From 220cfde7cf46c644446730942576e1cb640b0af0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 25 Nov 2016 12:28:44 +0100 Subject: Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20. (bzr r15271) --- share/ui/style.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'share/ui/style.css') diff --git a/share/ui/style.css b/share/ui/style.css index 6729344d2..cd56030bc 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -79,12 +79,10 @@ SPCanvas { } combobox window.popup scrolledwindow treeview separator { - -GtkWidget-wide-separators: true; -GtkWidget-separator-height: 6; } #font_selector_family { - -GtkWidget-wide-separators: true; -GtkWidget-separator-height: 6; } -- cgit v1.2.3 From e47fd7d0b4189297581c3e8b4fbf349c5c26c830 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 25 Nov 2016 12:47:51 +0100 Subject: Remove deprecated GtkWidget-separator-height, ignored as of 3.20. (bzr r15272) --- share/ui/style.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'share/ui/style.css') diff --git a/share/ui/style.css b/share/ui/style.css index cd56030bc..f2883fda4 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -79,11 +79,9 @@ SPCanvas { } combobox window.popup scrolledwindow treeview separator { - -GtkWidget-separator-height: 6; } #font_selector_family { - -GtkWidget-separator-height: 6; } #TextFontFamilyAction_combobox { -- cgit v1.2.3