mirror of
https://github.com/alexkay/spek.git
synced 2025-04-19 18:07:37 +03:00
Force the toolbar style
This commit is contained in:
parent
51c8b6fcc0
commit
b84eb0b845
@ -91,7 +91,8 @@ namespace Spek {
|
||||
}
|
||||
|
||||
var menubar = ui.get_widget ("/MenuBar");
|
||||
var toolbar = ui.get_widget ("/ToolBar");
|
||||
var toolbar = (Toolbar) ui.get_widget ("/ToolBar");
|
||||
toolbar.set_style (ToolbarStyle.BOTH_HORIZ);
|
||||
((ToolItem) ui.get_widget ("/ToolBar/FileOpen")).is_important = true;
|
||||
((ToolItem) ui.get_widget ("/ToolBar/FileSave")).is_important = true;
|
||||
((ToolItem) ui.get_widget ("/ToolBar/HelpAbout")).is_important = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user