diff --git a/live-dmx/config/includes.chroot/usr/local/bin/DMX-2.0.exe b/live-dmx/config/includes.chroot/usr/local/bin/DMX-2.0.exe index affd2f9..419cbce 100755 Binary files a/live-dmx/config/includes.chroot/usr/local/bin/DMX-2.0.exe and b/live-dmx/config/includes.chroot/usr/local/bin/DMX-2.0.exe differ diff --git a/live-dmx/config/includes.chroot/usr/local/bin/style.gtkrc b/live-dmx/config/includes.chroot/usr/local/bin/style.gtkrc index 03c35e0..3fb9e43 100644 --- a/live-dmx/config/includes.chroot/usr/local/bin/style.gtkrc +++ b/live-dmx/config/includes.chroot/usr/local/bin/style.gtkrc @@ -48,6 +48,7 @@ style "scale" { } style "tirettes" { + font_name = "DejaVu Sans Mono 7" GtkScale::slider-width = 19 GtkScale::slider-length = 28 bg[NORMAL] = "#A0A0B0" @@ -57,6 +58,7 @@ style "tirettes" { } style "tirettesc" { + font_name = "DejaVu Sans Mono 7" GtkScale::slider-width = 19 GtkScale::slider-length = 28 bg[NORMAL] = "#B08080" @@ -66,6 +68,7 @@ style "tirettesc" { } style "tirettest" { + font_name = "DejaVu Sans Mono 7" GtkScale::slider-width = 19 GtkScale::slider-length = 28 bg[NORMAL] = "#80B080" @@ -75,6 +78,7 @@ style "tirettest" { } style "tirettesm" { + font_name = "DejaVu Sans Mono 7" GtkScale::slider-width = 19 GtkScale::slider-length = 28 bg[NORMAL] = "#6070B0" @@ -100,6 +104,19 @@ style "counter" font_name = "DejaVu Sans Mono Bold 12" } +style "page" +{ + fg[NORMAL] = "#FFFF00" + bg[NORMAL] = "#000000" + font_name = "DejaVu Sans Mono Bold 32" +} +style "pagesmall" +{ + fg[NORMAL] = "#FFFF00" + bg[NORMAL] = "#000000" + font_name = "DejaVu Sans Mono Bold 6" +} + style "actmacro" { fg[NORMAL] = "#FFFF00" @@ -124,6 +141,11 @@ widget "*.timeLabel" style "counter" widget "*.actLabel" style "actmacro" widget "*.evBBox" style "counter" +widget "*.evBBox1" style "counter" + +widget "*.lblPage" style "page" +widget "*.lblpagesmall" style "pagesmall" + widget "*.lblTirette" style "lbtirette" widget "*.sclTirette" style "tirettes" widget "*.sclTiretteC" style "tirettesc"