From 78625f7d59d5e54e2adbc3372e454c5e74fcbec9 Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Sat, 21 Oct 2017 16:40:14 +0200 Subject: panel: Remove the unused "title" label --- src/ui/dialog/document-properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/document-properties.cpp') diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 48e0042b4..6b213f99a 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -88,7 +88,7 @@ DocumentProperties& DocumentProperties::getInstance() } DocumentProperties::DocumentProperties() - : UI::Widget::Panel ("", "/dialogs/documentoptions", SP_VERB_DIALOG_NAMEDVIEW), + : UI::Widget::Panel("/dialogs/documentoptions", SP_VERB_DIALOG_NAMEDVIEW), _page_page(Gtk::manage(new UI::Widget::NotebookPage(1, 1, true, true))), _page_guides(Gtk::manage(new UI::Widget::NotebookPage(1, 1))), _page_snap(Gtk::manage(new UI::Widget::NotebookPage(1, 1))), -- cgit v1.2.3