mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
* Renamed Tomahawk / Music Player menu to Controls. Let's see how that feels cross-platform.
This commit is contained in:
parent
80320fcf4e
commit
261149287c
@ -189,8 +189,6 @@ TomahawkWindow::applyPlatformTweaks()
|
||||
setUnifiedTitleAndToolBarOnMac( true );
|
||||
delete ui->hline1;
|
||||
delete ui->hline2;
|
||||
/// Mac users allready have Tomahawk appmenu, change the name
|
||||
ui->menuApp->setTitle( "&Music Player" );
|
||||
#else
|
||||
ui->hline1->setStyleSheet( "border: 1px solid gray;" );
|
||||
ui->hline2->setStyleSheet( "border: 1px solid gray;" );
|
||||
|
@ -78,7 +78,7 @@
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuApp">
|
||||
<property name="title">
|
||||
<string>&Tomahawk</string>
|
||||
<string>&Controls</string>
|
||||
</property>
|
||||
<addaction name="actionPlay"/>
|
||||
<addaction name="actionPrevious"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user