Skip to content

Commit 36e20b4

Browse files
sentinelwebsentinelweb
authored andcommitted
#496 - make remotes dialog scrollable
1 parent b700f55 commit 36e20b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shared/src/commonMain/kotlin/uk/co/sentinelweb/cuer/app/ui/remotes/selector/NodesDialogComposeables.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package uk.co.sentinelweb.cuer.app.ui.remotes.selector
22

3-
import androidx.compose.foundation.Image
4-
import androidx.compose.foundation.background
5-
import androidx.compose.foundation.clickable
3+
import androidx.compose.foundation.*
64
import androidx.compose.foundation.layout.*
75
import androidx.compose.material3.MaterialTheme
86
import androidx.compose.material3.Text
@@ -91,6 +89,7 @@ object NodesDialogComposeables {
9189
?: MaterialTheme.colorScheme.onSurface.copy(alpha = 0.3f)
9290
Column(
9391
modifier = Modifier
92+
.verticalScroll(rememberScrollState())
9493
.fillMaxWidth()
9594
) {
9695
Row(

0 commit comments

Comments
 (0)