mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Renamed Tomahawk / Music Player menu to Controls. Let's see how that feels cross-platform.
This commit is contained in:
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user