summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/layers.cpp')
-rw-r--r--src/ui/dialog/layers.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/dialog/layers.cpp b/src/ui/dialog/layers.cpp
index d79f18801..fa47ad88d 100644
--- a/src/ui/dialog/layers.cpp
+++ b/src/ui/dialog/layers.cpp
@@ -642,9 +642,7 @@ LayersPanel::LayersPanel() :
_layersPage.pack_end(_compositeSettings, Gtk::PACK_SHRINK);
_layersPage.pack_end(_buttonsRow, Gtk::PACK_SHRINK);
- _notebook.append_page(_layersPage, _("Layers"));
-
- _getContents()->pack_start(_notebook, Gtk::PACK_EXPAND_WIDGET);
+ _getContents()->pack_start(_layersPage, Gtk::PACK_EXPAND_WIDGET);
SPDesktop* targetDesktop = getDesktop();