Skip to content

Commit c2dec2c

Browse files
committed
Maybe fix visual jitter
1 parent 79adb99 commit c2dec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderLocateRemoteProjectStepView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class CoderLocateRemoteProjectStepView(private val setNextButtonEnabled: (Boolea
134134
CoderGatewayBundle.message("gateway.connector.view.coder.remoteproject.ide.none.comment"),
135135
false, -1, true
136136
)
137-
).component
137+
).resizableColumn().align(AlignX.FILL).component
138138
}.topGap(TopGap.NONE).bottomGap(BottomGap.NONE).layout(RowLayout.PARENT_GRID)
139139
row {
140140
label("Project directory:")

0 commit comments

Comments
 (0)