diff options
| author | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-03-30 01:39:59 +0000 |
|---|---|---|
| committer | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-04-02 08:55:59 +0000 |
| commit | 53ead5269c16cf7decee30713b0cd0d1456e7138 (patch) | |
| tree | 66fda5dd8d50d5a7b86e22690742b607a7d01381 /src/ui/dialog/find.h | |
| parent | Avoid crash from nullptr exception (diff) | |
| download | inkscape-53ead5269c16cf7decee30713b0cd0d1456e7138.tar.gz inkscape-53ead5269c16cf7decee30713b0cd0d1456e7138.zip | |
Tidy various dialog UIs
Diffstat (limited to 'src/ui/dialog/find.h')
| -rw-r--r-- | src/ui/dialog/find.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/find.h b/src/ui/dialog/find.h index cffe4d39f..0eeeee0f8 100644 --- a/src/ui/dialog/find.h +++ b/src/ui/dialog/find.h @@ -22,6 +22,7 @@ #include <gtkmm/expander.h> #include <gtkmm/label.h> #include <gtkmm/radiobutton.h> +#include <gtkmm/sizegroup.h> #include "ui/dialog/desktop-tracker.h" @@ -270,6 +271,9 @@ private: Gtk::HBox hbox_types; UI::Widget::Frame frame_types; + Glib::RefPtr<Gtk::SizeGroup> _left_size_group; + Glib::RefPtr<Gtk::SizeGroup> _right_size_group; + /** * A vector of all the check option widgets for easy processing */ |
