diff options
| author | Tannin <sherb@gmx.net> | 2016-02-09 20:51:56 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-02-09 20:51:56 +0100 |
| commit | b085aeea0e9f3b2c35e08a325759a57fec4cbd28 (patch) | |
| tree | 5eb0d40012916542fb3da531b5e0d263097616bc /src | |
| parent | ea621ef859d07ba5ab6bc12dff300b2aba95ccf9 (diff) | |
changed focus policy on grouping selection to prevent accidentally changing the grouping mode
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 02319bee..7d23cde5 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -475,6 +475,9 @@ p, li { white-space: pre-wrap; } </item>
<item>
<widget class="QComboBox" name="groupCombo">
+ <property name="focusPolicy">
+ <enum>Qt::ClickFocus</enum>
+ </property>
<item>
<property name="text">
<string>No groups</string>
|
