Guild settings 1 (#19)

* start guild settings window, tweak style
This commit is contained in:
ouwou
2021-01-15 06:37:35 +00:00
committed by GitHub
parent f51ab48009
commit 462f801af2
27 changed files with 442 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ SetStatusDialog::SetStatusDialog(Gtk::Window &parent)
, m_ok("OK")
, m_cancel("Cancel") {
set_default_size(300, 50);
get_style_context()->add_class("app-window");
m_text.set_placeholder_text("Status text");