diff options
-rw-r--r-- | data/eom.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/eom.css b/data/eom.css index e69de29..171a2f8 100644 --- a/data/eom.css +++ b/data/eom.css @@ -0,0 +1,6 @@ +.eom-window statusbar progressbar.horizontal, +.eom-window statusbar progressbar.horizontal trough, +EomStatusbar GtkProgressBar { + -GtkProgressBar-min-horizontal-bar-height: 14; + min-height: 14px; +} |