Skip to content

Commit 636469d

Browse files
committed
Update UI
1 parent 20e06d3 commit 636469d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/kotlin/wu/seal/jsontokotlin/ui/SettingsPropertyTab.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ class SettingsPropertyTab(layout: LayoutManager?, isDoubleBuffered: Boolean) : J
2828
val bordWidth = JBUI.scale(10)
2929
border = EmptyBorder(bordWidth, bordWidth, 0, bordWidth)
3030

31+
size = JBDimension(500, 320)
32+
preferredSize = JBDimension(500, 320)
33+
maximumSize = JBDimension(500, 320)
34+
maximumSize = JBDimension(500, 320)
3135
val keywordLable = JLabel("Keyword")
3236

3337
val radioButtonVal = JRadioButton("Val")

0 commit comments

Comments
 (0)