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 {
|
ComboBox {
|
||||||
id: fieldWifiCountry
|
id: fieldWifiCountry
|
||||||
|
selectTextByMouse: true
|
||||||
enabled: chkWifi.checked
|
enabled: chkWifi.checked
|
||||||
editable: true
|
editable: true
|
||||||
}
|
}
|
||||||
|
@ -327,6 +328,7 @@ Window {
|
||||||
}
|
}
|
||||||
ComboBox {
|
ComboBox {
|
||||||
enabled: chkLocale.checked
|
enabled: chkLocale.checked
|
||||||
|
selectTextByMouse: true
|
||||||
id: fieldTimezone
|
id: fieldTimezone
|
||||||
editable: true
|
editable: true
|
||||||
Layout.minimumWidth: 200
|
Layout.minimumWidth: 200
|
||||||
|
@ -345,6 +347,7 @@ Window {
|
||||||
}
|
}
|
||||||
ComboBox {
|
ComboBox {
|
||||||
enabled: chkLocale.checked
|
enabled: chkLocale.checked
|
||||||
|
selectTextByMouse: true
|
||||||
id: fieldKeyboardLayout
|
id: fieldKeyboardLayout
|
||||||
editable: true
|
editable: true
|
||||||
Layout.minimumWidth: 200
|
Layout.minimumWidth: 200
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue