Set a bg on GtkViewport to ensure we get fast scrolling

Otherwise it will use the default alpha transparency and
not scroll efficiently.
This commit is contained in:
Alexander Larsson 2012-02-14 15:14:37 +01:00
parent 713c532940
commit 4b200a0429

View File

@ -12,7 +12,8 @@
@define-color error_fg_color rgb (166, 38, 38);
@define-color error_bg_color rgb (237, 54, 54);
GtkWindow {
GtkWindow,
GtkViewport {
background-color: @bg_color;
}