#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2015 15:50:50 +0100
changeset 15917 8bd56a31147e
parent 15916 ec07e56bf8ab
child 15918 1748cd3db46d
#UI_ENHANCEMENT class: language settings slightly more space for the reread button
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Oct 28 15:47:48 2015 +0100
+++ b/AbstractSettingsApplication.st	Wed Oct 28 15:50:50 2015 +0100
@@ -6162,7 +6162,7 @@
            )
           (SequenceViewSpec
              name: 'List1'
-             layout: (LayoutFrame 2 0.0 300 0 -2 1.0 -30 1.0)
+             layout: (LayoutFrame 2 0.0 300 0 -2 1.0 -36 1.0)
              model: languageIndexHolder
              hasHorizontalScrollBar: true
              hasVerticalScrollBar: true
@@ -6172,7 +6172,7 @@
            )
           (HorizontalPanelViewSpec
              name: 'HorizontalPanel1'
-             layout: (LayoutFrame 0 0 -30 1 0 1 0 1)
+             layout: (LayoutFrame 0 0 -37 1 0 1 0 1)
              horizontalLayout: center
              verticalLayout: center
              horizontalSpace: 3
@@ -6196,8 +6196,8 @@
              label: 'Use OS Language on Startup'
              name: 'CheckBox1'
              layout: (LayoutFrame 0 0.0 275 0 0 1.0 297 0)
+             activeHelpKey: useSystemLanguage
              model: useSystemLanguageHolder
-             activeHelpKey: useSystemLanguage
              translateLabel: true
            )
           )