diff options
author | raveit65 <[email protected]> | 2017-04-22 09:17:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-28 08:16:08 +0200 |
commit | 6362acf0a43d91db96e1a64ede965bb930759983 (patch) | |
tree | b10292500b3b8ff6805b7cd22972c0f7b9fe2d87 /data | |
parent | 7ea29c19b90363398f68bf29728793e204b6ac9e (diff) | |
download | eom-6362acf0a43d91db96e1a64ede965bb930759983.tar.bz2 eom-6362acf0a43d91db96e1a64ede965bb930759983.tar.xz |
css; add settings for progressbar back
Avoid jumping statusbar if progressbar gets load.
Use old and new css syntax to support all gtk+ versions.
For some reasons the old syntax generates no warning with modern gtk+.
Diffstat (limited to 'data')
-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; +} |