File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/huayi/intellijplatform/gitstats/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class SettingDialogWrapper(defaultSettingModel: SettingModel) : DialogWrapper(tr
29
29
val modeFieldPanel = JBPanel <JBPanel <* >>().apply {
30
30
layout = BoxLayout (this , BoxLayout .X_AXIS )
31
31
add(JBLabel (MyBundle .message(" settingDialogModeLabel" , " " )).apply {
32
- preferredSize = Dimension (50 , 30 )
32
+ preferredSize = Dimension (60 , 30 )
33
33
})
34
34
modeComboBox = ComboBox <String >().apply {
35
35
addItem(" Top-speed" )
@@ -43,7 +43,7 @@ class SettingDialogWrapper(defaultSettingModel: SettingModel) : DialogWrapper(tr
43
43
val excludeFieldPanel = JBPanel <JBPanel <* >>().apply {
44
44
layout = BoxLayout (this , BoxLayout .X_AXIS )
45
45
add(JBLabel (MyBundle .message(" settingDialogExcludeLabel" , " " )).apply {
46
- preferredSize = Dimension (50 , 30 )
46
+ preferredSize = Dimension (60 , 30 )
47
47
})
48
48
excludeField = JBTextField ().apply {
49
49
text = settingModel.exclude
You can’t perform that action at this time.
0 commit comments