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

@@ -7,6 +7,7 @@ TokenDialog::TokenDialog(Gtk::Window &parent)
, m_ok("OK")
, m_cancel("Cancel") {
set_default_size(300, 50);
get_style_context()->add_class("app-window");
m_ok.signal_clicked().connect([&]() {
m_token = m_entry.get_text();