mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
qml: OptionsPopup: Allow mouse selection in combo boxes
This commit is contained in:
parent
d38f788587
commit
074f0a1bc0
1 changed files with 3 additions and 0 deletions
|
@ -306,6 +306,7 @@ Window {
|
|||
}
|
||||
ComboBox {
|
||||
id: fieldWifiCountry
|
||||
selectTextByMouse: true
|
||||
enabled: chkWifi.checked
|
||||
editable: true
|
||||
}
|
||||
|
@ -327,6 +328,7 @@ Window {
|
|||
}
|
||||
ComboBox {
|
||||
enabled: chkLocale.checked
|
||||
selectTextByMouse: true
|
||||
id: fieldTimezone
|
||||
editable: true
|
||||
Layout.minimumWidth: 200
|
||||
|
@ -345,6 +347,7 @@ Window {
|
|||
}
|
||||
ComboBox {
|
||||
enabled: chkLocale.checked
|
||||
selectTextByMouse: true
|
||||
id: fieldKeyboardLayout
|
||||
editable: true
|
||||
Layout.minimumWidth: 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue