diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-11-25 11:47:51 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-11-25 11:47:51 +0000 |
| commit | e47fd7d0b4189297581c3e8b4fbf349c5c26c830 (patch) | |
| tree | e041c6c5f489e4dafae117e0426cd8fc50562d7e /src/widgets/font-selector.cpp | |
| parent | Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20. (diff) | |
| download | inkscape-e47fd7d0b4189297581c3e8b4fbf349c5c26c830.tar.gz inkscape-e47fd7d0b4189297581c3e8b4fbf349c5c26c830.zip | |
Remove deprecated GtkWidget-separator-height, ignored as of 3.20.
(bzr r15272)
Diffstat (limited to 'src/widgets/font-selector.cpp')
| -rw-r--r-- | src/widgets/font-selector.cpp | 6 |
1 files changed, 0 insertions, 6 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), |
