]> git.tdb.fi Git - r2c2.git/blobdiff - data/r2c2.res
Add a dialog and necessary support code to display departures
[r2c2.git] / data / r2c2.res
index 18cdfc828260824bebd7dce262dfd25e5658f12d..fb673210f2a49ec69e23ef93ce876c7198ded5fd 100644 (file)
@@ -409,6 +409,28 @@ style "label-digital"
        };
 };
 
+style "label-digital_borderless"
+{
+       font "digitalreadout-16.font";
+       font_color 0.3 1 0.3;
+
+       part "text"
+       {
+               fill 0.0 0.0;
+               align 0.0 0.5;
+       };
+};
+
+style "panel-digital_background"
+{
+       part
+       {
+               graphic NORMAL "sunken_black_bg";
+       };
+
+       part "children";
+};
+
 graphic "sunken_white_bg"
 {
        texture "gui.png";