summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-11-25 11:47:51 +0000
committertavmjong-free <tavmjong@free.fr>2016-11-25 11:47:51 +0000
commite47fd7d0b4189297581c3e8b4fbf349c5c26c830 (patch)
treee041c6c5f489e4dafae117e0426cd8fc50562d7e /src
parentRemove deprecated GtkWidget:wide-seperators which is ignored as of 3.20. (diff)
downloadinkscape-e47fd7d0b4189297581c3e8b4fbf349c5c26c830.tar.gz
inkscape-e47fd7d0b4189297581c3e8b4fbf349c5c26c830.zip
Remove deprecated GtkWidget-separator-height, ignored as of 3.20.
(bzr r15272)
Diffstat (limited to 'src')
-rw-r--r--src/widgets/font-selector.cpp6
-rw-r--r--src/widgets/text-toolbar.cpp3
2 files changed, 0 insertions, 9 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp
index 370b01f2f..819ac77b6 100644
--- a/src/widgets/font-selector.cpp
+++ b/src/widgets/font-selector.cpp
@@ -145,12 +145,6 @@ static void sp_font_selector_init(SPFontSelector *fsel)
gtk_widget_set_name( GTK_WIDGET(fsel->family_treeview), "font_selector_family" );
auto css_provider = gtk_css_provider_new();
- gtk_css_provider_load_from_data(css_provider,
- "#font_selector_family {\n"
- " -GtkWidget-separator-height: 6;\n"
- "}\n",
- -1, NULL);
-
auto screen = gdk_screen_get_default();
gtk_style_context_add_provider_for_screen(screen,
GTK_STYLE_PROVIDER(css_provider),
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp
index 9eb469205..114d946bb 100644
--- a/src/widgets/text-toolbar.cpp
+++ b/src/widgets/text-toolbar.cpp
@@ -1573,9 +1573,6 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje
gtk_css_provider_load_from_data(css_provider,
"#TextFontFamilyAction_combobox {\n"
" -GtkComboBox-appears-as-list: true;\n"
- "}\n"
- "combobox window.popup scrolledwindow treeview separator {\n"
- " -GtkWidget-separator-height: 6;\n"
"}\n",
-1, NULL);