use smaller bitmaps (arrow & combo-down) on small displays
authorClaus Gittinger <cg@exept.de>
Fri, 18 Sep 1998 23:11:11 +0200
changeset 2359 fefa0776f9dd
parent 2358 6f0f348ccd81
child 2360 c7ca5d55d8ce
use smaller bitmaps (arrow & combo-down) on small displays
styles/iris.common
--- a/styles/iris.common	Fri Sep 18 22:39:59 1998 +0200
+++ b/styles/iris.common	Fri Sep 18 23:11:11 1998 +0200
@@ -3,7 +3,7 @@
 ; silicon graphics style
 ; (somwehat like motif, but with smooth edges and bells&whistles)
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris.common,v 1.6 1998-09-08 20:20:21 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris.common,v 1.7 1998-09-18 21:11:11 cg Exp $
 
 is3D                            true
 
@@ -158,3 +158,25 @@
 html.visitedAnchorForegroundColor   Color black
 html.exampleAnchorForegroundColor   Color black
 #endif
+
+#if Display width <= 800
+
+viewSpacing                      2 "/ pixels
+arrowButton.downFormFile         'ScrollDn.12.xbm'
+arrowButton.upFormFile           'ScrollUp.12.xbm'
+arrowButton.leftFormFile         'ScrollLt.12.xbm'
+arrowButton.rightFormFile        'ScrollRt.12.xbm'
+comboView.downFormFile           'ComboDn.12.xbm'
+
+#endif
+
+#if Display width <= 640
+
+arrowButton.downFormFile         'ScrollDn.8.xbm'
+arrowButton.upFormFile           'ScrollUp.8.xbm'
+arrowButton.leftFormFile         'ScrollLt.8.xbm'
+arrowButton.rightFormFile        'ScrollRt.8.xbm'
+comboView.downFormFile           'ComboDn.8.xbm'
+
+#endif
+