summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2013-02-07 14:14:00 +0000
committertavmjong-free <tavmjong@free.fr>2013-02-07 14:14:00 +0000
commit55e21b98d8eda49df5d2c2d8ea940dd2d0802bc5 (patch)
tree00a4747de2e8125bf862f8e99179f590154a2322 /src/widgets
parentAdd separator between fonts in document and fonts on sytem in font-family dro... (diff)
downloadinkscape-55e21b98d8eda49df5d2c2d8ea940dd2d0802bc5.tar.gz
inkscape-55e21b98d8eda49df5d2c2d8ea940dd2d0802bc5.zip
Widen the separator in font-family drop-down so it is visible in more themes.
(bzr r12106)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/text-toolbar.cpp8
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 */