mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
slap app-popup on dialogs
This commit is contained in:
@@ -8,6 +8,7 @@ ConfirmDialog::ConfirmDialog(Gtk::Window &parent)
|
||||
, m_cancel("Cancel") {
|
||||
set_default_size(300, 50);
|
||||
get_style_context()->add_class("app-window");
|
||||
get_style_context()->add_class("app-popup");
|
||||
|
||||
m_label.set_text("Are you sure?");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user