mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +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
|
@ -1,3 +1,4 @@
|
|||
desktop: fix brightness configuration for OSTC4
|
||||
equipment: Use 'diluent' as default gas use type if the dive mode is 'CCR'
|
||||
htmlexport: fix search in HTML export
|
||||
statistics: fix value axis for degenerate value ranges
|
||||
|
|
|
@ -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…
Reference in a new issue