Set comboView.level (to -1) instead of hardcoding it into ComboView.
authorStefan Vogel <sv@exept.de>
Mon, 27 Sep 2004 10:28:21 +0200
changeset 4288 2c0afff190be
parent 4287 a0b72e6001d2
child 4289 ec3a39d6f98a
Set comboView.level (to -1) instead of hardcoding it into ComboView.
styles/st80.style
styles/st80_autohide.style
--- a/styles/st80.style	Fri Sep 24 17:02:41 2004 +0200
+++ b/styles/st80.style	Mon Sep 27 10:28:21 2004 +0200
@@ -1,8 +1,8 @@
-; View defaultStyle:#st80 
+; View defaultStyle:#st80
 ;
 ; simulation of the old st80 style - looks somewhat like os2
 ;
-; $Header: /cvs/stx/stx/libview/styles/st80.style,v 1.27 2002-08-19 16:26:47 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/st80.style,v 1.28 2004-09-27 08:28:21 stefan Exp $
 
 comment  'old `ST80'' 3D look alike'
 
@@ -62,7 +62,7 @@
 scrollBar.position               #right
 ; scrollBar.hiding                 true               "/ automatic hiding of useless scrollBars
 
-scrollBar.buttonPositions        #around     
+scrollBar.buttonPositions        #around
 scrollBar.level                  0
 scrollBar.elementSpacing         0
 scrollBar.spacing                0
@@ -96,10 +96,10 @@
 text.st80Selections               true
 
 
-popup.borderWidth                 1     
+popup.borderWidth                 1
 
-arrowButton.style                 #st80 
-arrowButton.activeForegroundColor Color white   
+arrowButton.style                 #st80
+arrowButton.activeForegroundColor Color white
 ; button.activeForegroundColor      Color white
 button.activeBackgroundColor      Color grey
 
@@ -137,6 +137,8 @@
 
 TextView.st80Selections            true
 
+comboView.level                    -1
+
 #if Screen current platformName = 'WIN32'
 
 viewBackgroundColor              [Screen current getSystemColor:#'COLOR_MENU'          ]
@@ -146,4 +148,3 @@
 button.backgroundColor           [Screen current getSystemColor:#'COLOR_BTNFACE'       ]
 
 #endif
-
--- a/styles/st80_autohide.style	Fri Sep 24 17:02:41 2004 +0200
+++ b/styles/st80_autohide.style	Mon Sep 27 10:28:21 2004 +0200
@@ -1,21 +1,16 @@
-; View defaultStyle:#'st80_autohide' 
+; View defaultStyle:#'st80_autohide'
 ;
 ; like st80, but with autohiding scrollbars
 ;
-; $Header: /cvs/stx/stx/libview/styles/st80_autohide.style,v 1.2 1997-11-02 19:49:18 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/st80_autohide.style,v 1.3 2004-09-27 08:28:21 stefan Exp $
 
 #include 'st80.style'
 
 comment  'old` ST80'' 3D look alike;\\with autohiding scrollbars'
 
 #if (Language == #german) or:[Language == #de]
-comment  'An früheres `ST-80'' angelehnt\Verschiebebalken werden automatisch ausgeblended'
+comment  'An früheres `ST-80'' angelehnt\Verschiebebalken werden automatisch ausgeblendet'
 #endif
 
 name                  #st80
 scrollBar.hiding       true               "/ automatic hiding of useless scrollBars
-
-
-
-
-