diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2013-02-08 08:08:06 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2013-02-08 08:08:06 +0000 |
| commit | 1db4e9f22c0412532f0c3fb9798cd1983a74c9de (patch) | |
| tree | 7474369c496a4dd1ada1f77a11f672f164e980dd /src/widgets/text-toolbar.cpp | |
| parent | Widen the separator in font-family drop-down so it is visible in more themes. (diff) | |
| download | inkscape-1db4e9f22c0412532f0c3fb9798cd1983a74c9de.tar.gz inkscape-1db4e9f22c0412532f0c3fb9798cd1983a74c9de.zip | |
Better rc matching for text-toolbar font-family drop-down separator. From John Smith.
(bzr r12107)
Diffstat (limited to 'src/widgets/text-toolbar.cpp')
| -rw-r--r-- | src/widgets/text-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp index 8d37891ac..f19ee7cee 100644 --- a/src/widgets/text-toolbar.cpp +++ b/src/widgets/text-toolbar.cpp @@ -1724,7 +1724,7 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje " GtkWidget::wide-separators = 1\n" " GtkWidget::separator-height = 6\n" "}\n" - "class \"GtkTreeView\" style \"fontfamily-separator-style\""); + "widget \"*gtk-combobox-popup-window.GtkScrolledWindow.GtkTreeView\" style \"fontfamily-separator-style\""); } /* Font size */ |
