Removed the toolbar
This commit is contained in:
parent
52ac7bdc5e
commit
b8182f4341
1 changed files with 1 additions and 8 deletions
|
|
@ -99,14 +99,7 @@ WorkspaceWindow::create_ui()
|
|||
Gtk::Widget* menu_bar = uiManager->get_widget("/MenuBar");
|
||||
REQUIRE(menu_bar != NULL);
|
||||
baseContainer.pack_start(*menu_bar, Gtk::PACK_SHRINK);
|
||||
|
||||
//----- Set up the Tool Bar -----//
|
||||
Gtk::Toolbar* toolbar = dynamic_cast<Gtk::Toolbar*>(
|
||||
uiManager->get_widget("/ToolBar"));
|
||||
REQUIRE(toolbar != NULL);
|
||||
toolbar->set_toolbar_style(TOOLBAR_ICONS);
|
||||
baseContainer.pack_start(*toolbar, Gtk::PACK_SHRINK);
|
||||
|
||||
|
||||
//----- Create the Docks -----//
|
||||
panelManager.setup_dock();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue