diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-25 22:10:01 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-25 22:10:01 +0000 |
| commit | d7bdf3ed2d198c0027babed217dfec32f5f4f389 (patch) | |
| tree | 03204344344386ac09027babb935b62d46c96ca9 /src/ui/widget/font-selector.cpp | |
| parent | Add strore parameters (diff) | |
| download | inkscape-d7bdf3ed2d198c0027babed217dfec32f5f4f389.tar.gz inkscape-d7bdf3ed2d198c0027babed217dfec32f5f4f389.zip | |
Add gap,offset,insensitive transforms, and delete on lpe remove
(bzr r15017.1.6)
Diffstat (limited to 'src/ui/widget/font-selector.cpp')
| -rw-r--r-- | src/ui/widget/font-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/font-selector.cpp b/src/ui/widget/font-selector.cpp index 77bf83fe1..6b0bdca36 100644 --- a/src/ui/widget/font-selector.cpp +++ b/src/ui/widget/font-selector.cpp @@ -19,7 +19,7 @@ FontSelector::FontSelector(Glib::ustring const &label, Glib::ustring const &tool Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) - :_widget(new Gtk::HBox()), expanded(true) + :_widget(new Gtk::HBox()), expanded(false) { Gtk::VBox * vbox_expander = Gtk::manage( new Gtk::VBox() ); GtkWidget *fontsel = sp_font_selector_new(); |
