diff options
author | raveit65 <[email protected]> | 2015-09-02 20:08:07 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 13:08:32 +0200 |
commit | b5665137c55d97c4c01d658371b9a0a997165bbe (patch) | |
tree | a21673426e96ea52436bfdb738186ca118c8f4d6 | |
parent | 87a96981713ee9dc13c5e835fe20f9594a7ce36d (diff) | |
download | eom-b5665137c55d97c4c01d658371b9a0a997165bbe.tar.bz2 eom-b5665137c55d97c4c01d658371b9a0a997165bbe.tar.xz |
Gtk3: define height of horizontal progressbar to avoid redraws of images
-rw-r--r-- | data/eom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/eom.css b/data/eom.css index 33d596f..2d0ec50 100644 --- a/data/eom.css +++ b/data/eom.css @@ -5,3 +5,7 @@ EomThumbNav .horizontal.scrollbar { -GtkScrollbar-has-secondary-forward-stepper: false; -GtkScrollbar-min-slider-length: 60; } + +EomStatusbar GtkProgressBar { + -GtkProgressBar-min-horizontal-bar-height: 14; +} |