summaryrefslogtreecommitdiff
path: root/firefox-gtk3-20.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-04-20 20:05:26 +0200
committerMartin Stransky <stransky@redhat.com>2016-04-20 20:05:26 +0200
commite303a08c05cfd198594f79168837c0b33429ac59 (patch)
tree1280814bf495fba713b453a7e7c8e25482339f2c /firefox-gtk3-20.patch
parentUpdated scrollbar code for Gtk 3.20 (diff)
downloadlibrewolf-fedora-ff-e303a08c05cfd198594f79168837c0b33429ac59.tar.gz
librewolf-fedora-ff-e303a08c05cfd198594f79168837c0b33429ac59.tar.bz2
librewolf-fedora-ff-e303a08c05cfd198594f79168837c0b33429ac59.zip
Fixed vertical scrollbar style
Diffstat (limited to 'firefox-gtk3-20.patch')
-rw-r--r--firefox-gtk3-20.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-gtk3-20.patch b/firefox-gtk3-20.patch
index cc9caf6..099daa2 100644
--- a/firefox-gtk3-20.patch
+++ b/firefox-gtk3-20.patch
@@ -255,7 +255,7 @@ diff -up firefox-45.0.2/widget/gtk/gtk3drawing.c.gtk3-20 firefox-45.0.2/widget/g
+ if (!gVertScrollbar.widget && !gHorizScrollbar.widget) {
+ GtkCssNode path[] = {
+ { GTK_TYPE_SCROLLBAR, "scrollbar", "horizontal", "bottom"},
-+ { GTK_TYPE_SCROLLBAR, "scrollbar", "vertical", "left" },
++ { GTK_TYPE_SCROLLBAR, "scrollbar", "vertical", "right" },
+ { G_TYPE_NONE, "contents", NULL, NULL },
+ { G_TYPE_NONE, "trough", NULL, NULL },
+ { G_TYPE_NONE, "slider", NULL, NULL }
bgstack15