summaryrefslogtreecommitdiff
path: root/dialogs/confirm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dialogs/confirm.cpp')
-rw-r--r--dialogs/confirm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dialogs/confirm.cpp b/dialogs/confirm.cpp
index 97d6a5e..39d8971 100644
--- a/dialogs/confirm.cpp
+++ b/dialogs/confirm.cpp
@@ -3,9 +3,9 @@
ConfirmDialog::ConfirmDialog(Gtk::Window &parent)
: Gtk::Dialog("Confirm", parent, true)
, m_layout(Gtk::ORIENTATION_VERTICAL)
- , m_bbox(Gtk::ORIENTATION_HORIZONTAL)
, m_ok("OK")
- , m_cancel("Cancel") {
+ , m_cancel("Cancel")
+ , m_bbox(Gtk::ORIENTATION_HORIZONTAL) {
set_default_size(300, 50);
get_style_context()->add_class("app-window");
get_style_context()->add_class("app-popup");