temp. fix to make it compile on Etch based system
This commit is contained in:
parent
28a5c5257a
commit
9f8f0c7c20
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ Track::Track() :
|
|||
buttonBar.append(lockButton);
|
||||
|
||||
buttonBar.set_toolbar_style(TOOLBAR_ICONS);
|
||||
buttonBar.set_icon_size(ICON_SIZE_MENU);
|
||||
// buttonBar.set_icon_size(ICON_SIZE_MENU); /////TODO: commented out because it makes compile fail on Etch based system
|
||||
|
||||
|
||||
headerWidget.pack_start(titleBox, PACK_SHRINK);
|
||||
headerWidget.pack_start(buttonBar, PACK_SHRINK);
|
||||
|
|
|
|||
Loading…
Reference in a new issue