diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-11-27 02:48:34 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-11-27 02:48:34 -0500 |
commit | 50d99de06076a0f3ccba5c12173ff5944ebea246 (patch) | |
tree | 60dc941f0037a01357b2cbdedfe4b9d879e1fc10 /src/dialogs/setstatus.hpp | |
parent | c61feb9f010caa9536e318e2aedb3a4ed739a91d (diff) | |
download | abaddon-portaudio-50d99de06076a0f3ccba5c12173ff5944ebea246.tar.gz abaddon-portaudio-50d99de06076a0f3ccba5c12173ff5944ebea246.zip |
change up set status dialog
Diffstat (limited to 'src/dialogs/setstatus.hpp')
-rw-r--r-- | src/dialogs/setstatus.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dialogs/setstatus.hpp b/src/dialogs/setstatus.hpp index b0e6a4c..d4a015d 100644 --- a/src/dialogs/setstatus.hpp +++ b/src/dialogs/setstatus.hpp @@ -8,14 +8,12 @@ public: PresenceStatus GetStatusType() const; std::string GetActivityName() const; -protected: +private: Gtk::Box m_layout; - Gtk::Box m_bottom; Gtk::Entry m_text; Gtk::ComboBoxText m_status_combo; Gtk::ComboBoxText m_type_combo; Gtk::Button m_ok; Gtk::Button m_cancel; - Gtk::ButtonBox m_bbox; }; |