diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2013-02-07 14:14:00 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2013-02-07 14:14:00 +0000 |
| commit | 55e21b98d8eda49df5d2c2d8ea940dd2d0802bc5 (patch) | |
| tree | 00a4747de2e8125bf862f8e99179f590154a2322 | |
| parent | Add separator between fonts in document and fonts on sytem in font-family dro... (diff) | |
| download | inkscape-55e21b98d8eda49df5d2c2d8ea940dd2d0802bc5.tar.gz inkscape-55e21b98d8eda49df5d2c2d8ea940dd2d0802bc5.zip | |
Widen the separator in font-family drop-down so it is visible in more themes.
(bzr r12106)
| -rw-r--r-- | src/widgets/text-toolbar.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp index 42d309994..8d37891ac 100644 --- a/src/widgets/text-toolbar.cpp +++ b/src/widgets/text-toolbar.cpp @@ -1718,7 +1718,13 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje "{\n" " GtkComboBox::appears-as-list = 1\n" "}\n" - "widget \"*.TextFontFamilyAction_combobox\" style \"dropdown-as-list-style\""); + "widget \"*.TextFontFamilyAction_combobox\" style \"dropdown-as-list-style\"" + "style \"fontfamily-separator-style\"\n" + "{\n" + " GtkWidget::wide-separators = 1\n" + " GtkWidget::separator-height = 6\n" + "}\n" + "class \"GtkTreeView\" style \"fontfamily-separator-style\""); } /* Font size */ |
