diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-30 00:50:36 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-30 00:50:36 +0000 |
| commit | f391d1cb5c644cd325f64a88d6d3a9da73fdb9de (patch) | |
| tree | 2a6f69e8d5ff66673979745b67fa0619429f017b /src/ui/widget | |
| parent | Remove font-Dialog and useGtk::FontSelector instead (diff) | |
| download | inkscape-f391d1cb5c644cd325f64a88d6d3a9da73fdb9de.tar.gz inkscape-f391d1cb5c644cd325f64a88d6d3a9da73fdb9de.zip | |
Fixes positions of labels
(bzr r15017.1.14)
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/font-button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/font-button.cpp b/src/ui/widget/font-button.cpp index 2c79347b2..a472ac6a4 100644 --- a/src/ui/widget/font-button.cpp +++ b/src/ui/widget/font-button.cpp @@ -18,7 +18,7 @@ FontButton::FontButton(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) - : Labelled(label, tooltip, new Gtk::FontButton("sans"), suffix, icon, mnemonic) + : Labelled(label, tooltip, new Gtk::FontButton("Sans 10"), suffix, icon, mnemonic) { } |
