mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: Fix brightness configuration for OSTC4
The Heinrichs Weikamp OSTC4 introduced an additional 'Cave' brightness level that is dimmer than all existing ones. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
321c8d92dc
commit
72c40a18c2
2 changed files with 6 additions and 0 deletions
|
@ -2499,6 +2499,11 @@
|
|||
<layout class="QGridLayout" name="gridLayout_7">
|
||||
<item row="5" column="4">
|
||||
<widget class="QComboBox" name="brightnessComboBox_4">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Cave</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Eco</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue