diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-01 11:50:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-01 11:50:55 +0000 |
| commit | 7a6c59687c94f6f3035e921e78c9437a1918557a (patch) | |
| tree | 81e6dca96c00e6ab196295ab3590fede2d56f600 /src/plugins/Ui/skinned/forms | |
| parent | 336f540503bef0c693c23e1709ab9e5df843ded8 (diff) | |
| download | qmmp-7a6c59687c94f6f3035e921e78c9437a1918557a.tar.gz qmmp-7a6c59687c94f6f3035e921e78c9437a1918557a.tar.bz2 qmmp-7a6c59687c94f6f3035e921e78c9437a1918557a.zip | |
fixed shortcut dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3435 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/forms')
| -rw-r--r-- | src/plugins/Ui/skinned/forms/shortcutdialog.ui | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/forms/shortcutdialog.ui b/src/plugins/Ui/skinned/forms/shortcutdialog.ui index 3c5ed2cb4..77ffded82 100644 --- a/src/plugins/Ui/skinned/forms/shortcutdialog.ui +++ b/src/plugins/Ui/skinned/forms/shortcutdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>310</width> - <height>89</height> + <height>99</height> </rect> </property> <property name="windowTitle"> @@ -42,6 +42,12 @@ </item> <item row="2" column="0"> <widget class="QPushButton" name="clearButton"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="contextMenuPolicy"> + <enum>Qt::NoContextMenu</enum> + </property> <property name="text"> <string>Clear</string> </property> @@ -62,6 +68,9 @@ </item> <item row="2" column="2"> <widget class="QDialogButtonBox" name="buttonBox"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> |
