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
|
@ -1,3 +1,4 @@
|
||||||
|
desktop: fix brightness configuration for OSTC4
|
||||||
equipment: Use 'diluent' as default gas use type if the dive mode is 'CCR'
|
equipment: Use 'diluent' as default gas use type if the dive mode is 'CCR'
|
||||||
htmlexport: fix search in HTML export
|
htmlexport: fix search in HTML export
|
||||||
statistics: fix value axis for degenerate value ranges
|
statistics: fix value axis for degenerate value ranges
|
||||||
|
|
|
@ -2499,6 +2499,11 @@
|
||||||
<layout class="QGridLayout" name="gridLayout_7">
|
<layout class="QGridLayout" name="gridLayout_7">
|
||||||
<item row="5" column="4">
|
<item row="5" column="4">
|
||||||
<widget class="QComboBox" name="brightnessComboBox_4">
|
<widget class="QComboBox" name="brightnessComboBox_4">
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>Cave</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Eco</string>
|
<string>Eco</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue