diff options
Diffstat (limited to 'src/ui/dialog/selectorsdialog.cpp')
| -rw-r--r-- | src/ui/dialog/selectorsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/selectorsdialog.cpp b/src/ui/dialog/selectorsdialog.cpp index c5e0e9f0b..360d87059 100644 --- a/src/ui/dialog/selectorsdialog.cpp +++ b/src/ui/dialog/selectorsdialog.cpp @@ -380,7 +380,7 @@ void SelectorsDialog::_showWidgets() contents->set_valign(Gtk::ALIGN_FILL); contents->child_property_fill(_paned); Gtk::ScrolledWindow *dialog_scroller = new Gtk::ScrolledWindow(); - dialog_scroller->set_policy( Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC ); + dialog_scroller->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); dialog_scroller->set_shadow_type(Gtk::SHADOW_IN); dialog_scroller->add(*Gtk::manage(contents)); _getContents()->pack_start(*dialog_scroller, Gtk::PACK_EXPAND_WIDGET); |
