mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +02:00
Merge pull request #14646 from hyperlogic/bug-fix/drop-after-delay-drop-down-width
Make the Out of Range Strategy drop down wider
This commit is contained in:
commit
486a4b6e75
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ Flickable {
|
||||||
id: outOfRangeDataStrategyComboBox
|
id: outOfRangeDataStrategyComboBox
|
||||||
|
|
||||||
height: 25
|
height: 25
|
||||||
width: 100
|
width: 150
|
||||||
|
|
||||||
editable: true
|
editable: true
|
||||||
colorScheme: hifi.colorSchemes.dark
|
colorScheme: hifi.colorSchemes.dark
|
||||||
|
|
Loading…
Reference in a new issue