aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/forms
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-06-17 13:16:59 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-06-17 13:16:59 +0000
commit694a3c5cf3c78ad38b1a2cdbe75331a44f9035df (patch)
tree8bd9b0792baf0a366adff6e9c6dae31065193cab /src/qmmpui/forms
parentb2576ddc181d3758e3a57d9cac871ee7d7e2ef06 (diff)
downloadqmmp-694a3c5cf3c78ad38b1a2cdbe75331a44f9035df.tar.gz
qmmp-694a3c5cf3c78ad38b1a2cdbe75331a44f9035df.tar.bz2
qmmp-694a3c5cf3c78ad38b1a2cdbe75331a44f9035df.zip
"jump to track" dialog: always use double click (#918)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7239 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/forms')
-rw-r--r--src/qmmpui/forms/jumptotrackdialog.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/qmmpui/forms/jumptotrackdialog.ui b/src/qmmpui/forms/jumptotrackdialog.ui
index 8b5d9696f..2aec05b05 100644
--- a/src/qmmpui/forms/jumptotrackdialog.ui
+++ b/src/qmmpui/forms/jumptotrackdialog.ui
@@ -66,6 +66,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="focusPolicy">
+ <enum>Qt::NoFocus</enum>
+ </property>
<property name="text">
<string>Queue</string>
</property>
@@ -79,6 +82,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="focusPolicy">
+ <enum>Qt::NoFocus</enum>
+ </property>
<property name="text">
<string>Refresh</string>
</property>
@@ -92,6 +98,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="focusPolicy">
+ <enum>Qt::NoFocus</enum>
+ </property>
<property name="text">
<string>Jump To</string>
</property>
@@ -105,6 +114,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="focusPolicy">
+ <enum>Qt::NoFocus</enum>
+ </property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>