*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 15 Oct 2004 15:21:27 +0200
changeset 4312 0d265a8b7787
parent 4311 53ad3df065da
child 4313 48fe65cf3fd2
*** empty log message ***
styles/mswindows95.style
styles/mswindowsXP.style
--- a/styles/mswindows95.style	Fri Oct 15 12:17:04 2004 +0200
+++ b/styles/mswindows95.style	Fri Oct 15 15:21:27 2004 +0200
@@ -1,6 +1,6 @@
-; View defaultStyle:#mswindows95 
+; View defaultStyle:#mswindows95
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.45 2002-10-25 11:28:17 ca Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.46 2004-10-15 13:21:27 cg Exp $
 
 comment  'win95/nt lookalike'
 
@@ -12,21 +12,21 @@
 comment  'Un style qui résemble MS Windows95'
 #endif
 
-name                            #win95 
+name                            #win95
 
 ;
 ; notice: the values below
 ; are not used when running under native Windows
 ; (uses system-settings values then)
 ;
-#if Screen current hasGreyscales 
+#if Screen current hasGreyscales
 
 selectionBlue                   (Color red:0 green:0 blue:50) exactOrNearestOn:(Screen current)
 
-; viewGrey                        (Color grey:67) exactOrNearestOn:(Screen current) 
+; viewGrey                        (Color grey:67) exactOrNearestOn:(Screen current)
 viewGrey                        (Color grey:77) exactOrNearestOn:(Screen current)
-; viewLightGrey                   (Color grey:80) exactOrNearestOn:(Screen current) 
-viewLightGrey                   (Color grey:90) exactOrNearestOn:(Screen current) 
+; viewLightGrey                   (Color grey:80) exactOrNearestOn:(Screen current)
+viewLightGrey                   (Color grey:90) exactOrNearestOn:(Screen current)
 lightColor                      Color white
 halfShadowColor                 (Color grey:33) exactOrNearestOn:(Screen current)
 ; halfLightColor                  (Color grey:67) exactOrNearestOn:(Screen current)
@@ -40,7 +40,7 @@
 
 selectionBlue                   Color black
 viewGrey                        Color white
-viewLightGrey                   Color white 
+viewLightGrey                   Color white
 lightColor                      Color grey:50
 shadowColor                     Color black
 
@@ -51,7 +51,7 @@
 selectionBlue                   [Screen current getSystemColor:#'COLOR_HIGHLIGHT']
 menu.backgroundColor            [Screen current getSystemColor:#'COLOR_MENU'     ]
 menu.foregroundColor            [Screen current getSystemColor:#'COLOR_MENUTEXT' ]
-pullDownMenu.backgroundColor    =menu.backgroundColor
+pullDownMenu.backgroundColor    [Screen current getSystemColor:#'COLOR_MENU'     ]
 viewGrey                        [Screen current getSystemColor:#'COLOR_BTNFACE'  ]
 
 #endif
--- a/styles/mswindowsXP.style	Fri Oct 15 12:17:04 2004 +0200
+++ b/styles/mswindowsXP.style	Fri Oct 15 15:21:27 2004 +0200
@@ -1,6 +1,6 @@
 ; View defaultStyle:#mswindowsXP
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindowsXP.style,v 1.19 2004-10-15 10:17:04 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindowsXP.style,v 1.20 2004-10-15 13:21:27 cg Exp $
 
 name                            #winXP
 
@@ -40,7 +40,6 @@
 selectionBlue                   [Screen current getSystemColor:#'COLOR_HIGHLIGHT']
 menu.backgroundColor            [Screen current getSystemColor:#'COLOR_MENU'     ]
 menu.foregroundColor            [Screen current getSystemColor:#'COLOR_MENUTEXT' ]
-pullDownMenu.backgroundColor    =menu.backgroundColor
 viewGrey                        [Screen current getSystemColor:#'COLOR_BTNFACE'  ]
 lightenedViewGrey               [(Screen current getSystemColor:#'COLOR_BTNFACE') lightened ]
 darkenedViewGrey                [(Screen current getSystemColor:#'COLOR_BTNFACE') darkened ]