summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/panel.cpp')
-rw-r--r--src/ui/widget/panel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp
index 4ecbda1b8..8be563828 100644
--- a/src/ui/widget/panel.cpp
+++ b/src/ui/widget/panel.cpp
@@ -74,6 +74,7 @@ void Panel::_popper(GdkEventButton* event)
void Panel::init()
{
Glib::ustring tmp("<");
+ _anchor = Gtk::ANCHOR_CENTER;
tabTitle.set_label(this->label);
guint panel_size = 0;