]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.cc
add windows on all-desktops to the cycle list
[chaz/openbox] / otk / renderstyle.cc
index 40e2597b03beac992f6cb366c7b32461e73e7b24..9139c0bf8c7c20e211d2f905f7c343911335703c 100644 (file)
@@ -15,8 +15,8 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
     _file(stylefile)
 {
 // pick one..
-//#define FIERON
-#define MERRY
+#define FIERON
+//#define MERRY
 
 #ifdef FIERON
   _root_color = new RenderColor(_screen, 0x272a2f);
@@ -382,7 +382,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
                                     0x0,
                                     0x0);
 
-  _label_font = new Font(_screen, "Arial,Sans-10", true, 1, 0x3e);
+  _label_font = new Font(_screen, "Arial,Sans-9", true, 1, 0x3e);
   _label_justify = CenterJustify;
 
   _max_mask = new PixmapMask();
This page took 0.024519 seconds and 4 git commands to generate.