AbstractSettingsApplication.st
changeset 14377 2ad72c8d6bad
parent 14376 4b5dd4fbe573
child 14379 8e683325f9ac
--- a/AbstractSettingsApplication.st	Fri May 16 15:19:28 2014 +0200
+++ b/AbstractSettingsApplication.st	Fri May 16 17:52:37 2014 +0200
@@ -5569,6 +5569,14 @@
     ^ false
 ! !
 
+!AbstractSettingsApplication::LanguageSettingsAppl class methodsFor:'font specs'!
+
+bigLabelFont
+    <resource: #fontSpec>
+
+    ^ Label defaultFont asBold
+! !
+
 !AbstractSettingsApplication::LanguageSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -5619,7 +5627,7 @@
              label: 'Label'
              name: 'CurrentLang'
              layout: (LayoutFrame -233 1 0 0 0 1 30 0)
-             style: (FontDescription arial bold roman 10 nil)
+             style: bigLabelFont
              translateLabel: true
              labelChannel: currentFlagAndLanguageChannel
              adjust: left
@@ -5627,7 +5635,6 @@
           (TextEditorSpec
              name: 'TextEditor1'
              layout: (LayoutFrame 0 0 32 0 0 1.0 200 0)
-             style: (FontDescription helvetica medium roman 10 #'iso10646-1')
              model: noticeLabelHolder
              hasHorizontalScrollBar: true
              hasVerticalScrollBar: true
@@ -5635,8 +5642,8 @@
              autoHideScrollBars: true
              isReadOnly: true
              hasKeyboardFocusInitially: false
+             postBuildCallback: postBuildHelpLabel:
              viewClassName: 'TextView'
-             postBuildCallback: postBuildHelpLabel:
            )
           (InputFieldSpec
              name: 'EntryField1'
@@ -18132,10 +18139,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.539 2014-05-16 13:19:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.540 2014-05-16 15:52:37 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.539 2014-05-16 13:19:28 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.540 2014-05-16 15:52:37 stefan Exp $'
+! !
+