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/text-toolbar.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/text-toolbar.cpp')
| -rw-r--r-- | src/widgets/text-toolbar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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); |
