aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-19 11:33:19 -0400
committerKen Moore <ken@ixsystems.com>2017-04-19 11:33:19 -0400
commitfc02e9b54c001fe2e7c862ee577345826f6ac524 (patch)
tree6689424995ca72c73ea29e9faec8f31a248bd25c /src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
parentAdd the ability to change the libao audio driver as needed. (diff)
downloadlumina-fc02e9b54c001fe2e7c862ee577345826f6ac524.tar.gz
lumina-fc02e9b54c001fe2e7c862ee577345826f6ac524.tar.bz2
lumina-fc02e9b54c001fe2e7c862ee577345826f6ac524.zip
A bit more work on lumina-mediaplayer:
- Add support for creating generic stations from a search term. - Ensure that new stations are automatically switched to.. - Add support for changing the libao "audio driver" (some drivers just spit out static - like pulse, but the "oss" driver works great).
Diffstat (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui')
-rw-r--r--src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui12
1 files changed, 10 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui b/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
index 3489d2ae..d545e90a 100644
--- a/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
+++ b/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>385</width>
- <height>416</height>
+ <height>479</height>
</rect>
</property>
<property name="windowTitle">
@@ -673,7 +673,7 @@
<x>0</x>
<y>0</y>
<width>385</width>
- <height>20</height>
+ <height>24</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -811,6 +811,14 @@
<string>Show song notifications</string>
</property>
</action>
+ <action name="action_pandora_newstation_search">
+ <property name="text">
+ <string>Search...</string>
+ </property>
+ <property name="toolTip">
+ <string>Search for a new station</string>
+ </property>
+ </action>
</widget>
<resources>
<include location="extra/resources.qrc"/>
bgstack15