Misc fixes, and added default icon size to MiniButton
This commit is contained in:
parent
2a66789773
commit
ec01a51302
2 changed files with 3 additions and 7 deletions
|
|
@ -45,7 +45,7 @@ public:
|
|||
* Gtk::Stock::APPLY.
|
||||
**/
|
||||
MiniButton(const Gtk::StockID& stock_id,
|
||||
const Gtk::IconSize icon_size);
|
||||
const Gtk::IconSize icon_size = Gtk::ICON_SIZE_LARGE_TOOLBAR);
|
||||
|
||||
private:
|
||||
|
||||
|
|
|
|||
|
|
@ -53,14 +53,10 @@ Track::Track(TimelineWidget &timeline_widget,
|
|||
|
||||
titleMenuButton.set_relief(RELIEF_HALF);
|
||||
titleMenuButton.unset_flags(CAN_FOCUS);
|
||||
|
||||
buttonBar.set_icon_size(WindowManager::MenuIconSize);
|
||||
|
||||
|
||||
buttonBar.append(enableButton);
|
||||
buttonBar.append(lockButton);
|
||||
|
||||
//buttonBar.set_toolbar_style(TOOLBAR_ICONS);
|
||||
|
||||
|
||||
headerWidget.set_child_widget(headerBox);
|
||||
|
||||
headerBox.pack_start(titleMenuButton, PACK_SHRINK);
|
||||
|
|
|
|||
Loading…
Reference in a new issue