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
2929 val modeFieldPanel = JBPanel <JBPanel <* >>().apply {
3030 layout = BoxLayout (this , BoxLayout .X_AXIS )
3131 add(JBLabel (MyBundle .message(" settingDialogModeLabel" , " " )).apply {
32- preferredSize = Dimension (50 , 30 )
32+ preferredSize = Dimension (60 , 30 )
3333 })
3434 modeComboBox = ComboBox <String >().apply {
3535 addItem(" Top-speed" )
@@ -43,7 +43,7 @@ class SettingDialogWrapper(defaultSettingModel: SettingModel) : DialogWrapper(tr
4343 val excludeFieldPanel = JBPanel <JBPanel <* >>().apply {
4444 layout = BoxLayout (this , BoxLayout .X_AXIS )
4545 add(JBLabel (MyBundle .message(" settingDialogExcludeLabel" , " " )).apply {
46- preferredSize = Dimension (50 , 30 )
46+ preferredSize = Dimension (60 , 30 )
4747 })
4848 excludeField = JBTextField ().apply {
4949 text = settingModel.exclude
You can’t perform that action at this time.
0 commit comments