all repos — openbox @ 0833d51eaed6253e0ec1b0b063a090d9e12155fc

openbox fork - make it a bit more like ryudo

changes to the MERRY style
Dana Jansens danakj@orodu.net
commit

0833d51eaed6253e0ec1b0b063a090d9e12155fc

parent

2d6698683a3db220dc698d1c6aa1c89502b227cc

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M otk/renderstyle.ccotk/renderstyle.cc

@@ -15,8 +15,8 @@ : _screen(screen),

_file(stylefile) { // pick one.. -//#define FIERON -#define MERRY +#define FIERON +//#define MERRY #ifdef FIERON _root_color = new RenderColor(_screen, 0x272a2f);

@@ -382,7 +382,7 @@ 0xe6e6e6,

0x0, 0x0); - _label_font = new Font(_screen, "Arial,Sans-9", true, 1, 0x3e); + _label_font = new Font(_screen, "Arial,Sans-8", true, 1, 0x3e); _label_justify = CenterJustify; _max_mask = new PixmapMask();