Add new object IDs for theming (see issue #3214)

This commit is contained in:
Hombre
2016-03-26 15:06:17 +01:00
parent a51cfcacbb
commit b7a3c45c7e
8 changed files with 40 additions and 30 deletions

View File

@@ -33,6 +33,7 @@ Navigator::Navigator ()
set_label (M("MAIN_MSG_NAVIGATOR"));
Gtk::VBox* mbox = Gtk::manage (new Gtk::VBox ());
mbox->set_name("Navigator");
previewWindow = Gtk::manage (new PreviewWindow ());
mbox->pack_start (*previewWindow, Gtk::PACK_SHRINK, 2);
position = Gtk::manage (new Gtk::Label ());