aboutsummaryrefslogtreecommitdiff
path: root/src/RoomSettingsWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RoomSettingsWindow.cpp')
-rw-r--r--src/RoomSettingsWindow.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/RoomSettingsWindow.cpp b/src/RoomSettingsWindow.cpp
index e20e36e..8bc9329 100644
--- a/src/RoomSettingsWindow.cpp
+++ b/src/RoomSettingsWindow.cpp
@@ -16,6 +16,7 @@ namespace dchat
sidePanels->get_style_context()->add_class("side-panels");
sidePanels->set_vexpand(true);
sidePanels->set_hexpand(true);
+ sidePanels->set_wide_handle(true);
attach(*sidePanels, 0, 0, 1, 1);
setupLeftPanel(sidePanels);
@@ -35,8 +36,8 @@ namespace dchat
{
Gtk::Grid *leftPanel = Gtk::manage(new Gtk::Grid());
leftPanel->set_vexpand(true);
- leftPanel->set_valign(Gtk::ALIGN_START);
- leftPanel->set_halign(Gtk::ALIGN_START);
+ //leftPanel->set_valign(Gtk::ALIGN_START);
+ //leftPanel->set_halign(Gtk::ALIGN_START);
leftPanel->set_size_request(200);
leftPanel->get_style_context()->add_class("left-panel");
sidePanels->add1(*leftPanel);