Skip to content

Commit 96ba66c

Browse files
committed
fix: add padding right after the next button
- next button was filling the entire space without leaving some padding on the right of the window
1 parent a476217 commit 96ba66c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/gateway/views/CoderGatewayConnectorWizardView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class CoderGatewayConnectorWizardView : BorderLayoutPanel(), Disposable {
112112
label("").resizableColumn().align(AlignX.FILL).gap(RightGap.SMALL)
113113
previousButton = button("") { previous() }.align(AlignX.RIGHT).gap(RightGap.SMALL).applyToComponent { background = WelcomeScreenUIManager.getMainAssociatedComponentBackground() }.component
114114
nextButton = button("") { next() }.align(AlignX.RIGHT).gap(RightGap.SMALL).applyToComponent { background = WelcomeScreenUIManager.getMainAssociatedComponentBackground() }.component
115+
cell()
115116
}
116117
}.apply {
117118
background = WelcomeScreenUIManager.getMainAssociatedComponentBackground()

0 commit comments

Comments
 (0)