From b5665137c55d97c4c01d658371b9a0a997165bbe Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 2 Sep 2015 20:08:07 +0200 Subject: Gtk3: define height of horizontal progressbar to avoid redraws of images --- data/eom.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +} -- cgit v1.2.1