styles/motif.style
changeset 4468 7f09334a95f2
parent 3970 f6bd28c95e8a
child 5413 6b35bb02552f
--- a/styles/motif.style	Tue Jan 17 13:13:00 2006 +0100
+++ b/styles/motif.style	Thu Jan 19 13:19:34 2006 +0100
@@ -1,4 +1,4 @@
-; View defaultStyle:#motif 
+; View defaultStyle:#motif
 ;
 ; muddy color motif style, as found on HP greyscale machines
 ; you may want to change the colors to brighter ones - they
@@ -7,7 +7,7 @@
 ; on VGA displays, where the colors are a bit darkish,
 ; use motif_light
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.style,v 1.18 2004-01-29 21:51:40 ca Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.style,v 1.19 2006-01-19 12:19:21 cg Exp $
 
 #if Screen current hasGreyscales
 ;
@@ -31,7 +31,7 @@
 
 ; selectionBlue                   Screen current getSystemColor:#COLOR_HIGHLIGHT
 ; menu.backgroundColor            Screen current getSystemColor:#COLOR_MENU
-; menu.foregroundColor            Screen current getSystemColor:#COLOR_MENUTEXT 
+; menu.foregroundColor            Screen current getSystemColor:#COLOR_MENUTEXT
 ; pullDownMenu.backgroundColor    =menu.backgroundColor
 viewGrey                        Screen current getSystemColor:#COLOR_BTNFACE
 
@@ -66,6 +66,7 @@
 selectionFont               =fatFont
 labelFont                   =fatFont
 menuFont                    =fatFont
+menu.itemSpace              3
 
 #try this:
 #variablePanel.handleLevel    -1
@@ -73,12 +74,12 @@
 #or, try that:
 #variablePanel.handleLevel    0
 #variablePanel.handleColor    Color black
-#variablePanel.handleStyle    #iris 
+#variablePanel.handleStyle    #iris
 
 ;
 ; although the following is not really motif, it looks much better ...
 ;
-#if Screen current hasColors   
+#if Screen current hasColors
 editField.backgroundColor           (Color red:100 green:75 blue:75) exactOrNearestOn:(Screen current)
 editField.selectionBackgroundColor  Color white
 editField.selectionForegroundColor  Color black