no bold labels
authorClaus Gittinger <cg@exept.de>
Wed, 26 Mar 2003 19:53:55 +0100
changeset 4727 3e5f6ddd50d8
parent 4726 8d022e0a5389
child 4728 545cd2c65dfa
no bold labels
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Mar 26 19:17:14 2003 +0100
+++ b/AbstractSettingsApplication.st	Wed Mar 26 19:53:55 2003 +0100
@@ -2159,7 +2159,7 @@
           #name: 'Font Settings'
           #min: #(#Point 10 10)
           #max: #(#Point 1024 768)
-          #bounds: #(#Rectangle 16 42 512 654)
+          #bounds: #(#Rectangle 16 46 512 658)
         )
         #component: 
        #(#SpecCollection
@@ -2183,7 +2183,6 @@
                           #label: 'All (Others)'
                           #name: 'All'
                           #layout: #(#LayoutFrame 0 0.0 0 0 100 0 20 0)
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #adjust: #left
                         )
@@ -2221,7 +2220,6 @@
                           #label: 'Labels'
                           #name: 'Labels'
                           #layout: #(#LayoutFrame 0 0.0 0 0 100 0 20 0)
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #adjust: #left
                         )
@@ -2259,7 +2257,6 @@
                           #label: 'Buttons'
                           #name: 'Buttons'
                           #layout: #(#LayoutFrame 0 0.0 0 0 100 0 20 0)
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #adjust: #left
                         )
@@ -2297,7 +2294,6 @@
                           #label: 'Lists'
                           #name: 'Lists'
                           #layout: #(#LayoutFrame 0 0.0 0 0 100 0 20 0)
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #adjust: #left
                         )
@@ -2335,7 +2331,6 @@
                           #label: 'Menus'
                           #name: 'Menus'
                           #layout: #(#LayoutFrame 0 0.0 0 0 100 0 20 0)
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #adjust: #left
                         )
@@ -2373,7 +2368,6 @@
                           #label: 'Text'
                           #name: 'Text'
                           #layout: #(#LayoutFrame 0 0.0 0 0 100 0 20 0)
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #adjust: #left
                         )
@@ -3067,7 +3061,7 @@
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.42 2003-03-26 18:17:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.43 2003-03-26 18:53:55 cg Exp $'
 ! !
 
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication class methodsFor:'image specs'!
@@ -4929,7 +4923,6 @@
                        #(#LabelSpec
                           #label: 'Remote browsing'
                           #name: 'Label1'
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #extent: #(#Point 600 22)
                         )
@@ -4958,7 +4951,6 @@
                        #(#LabelSpec
                           #label: 'Window migration'
                           #name: 'Label2'
-                          #style: #(#FontDescription #helvetica #bold #roman 12)
                           #translateLabel: true
                           #extent: #(#Point 600 22)
                         )
@@ -11018,5 +11010,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.42 2003-03-26 18:17:14 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.43 2003-03-26 18:53:55 cg Exp $'
+! !