Skip to content

Commit 21ba104

Browse files
authored
Merge pull request #19450 from dterrahe/bh_wheel
Use color wheel in popup for 360 slider
2 parents 83253e8 + 5bb0fa1 commit 21ba104

File tree

9 files changed

+249
-93
lines changed

9 files changed

+249
-93
lines changed

data/darktableconfig.xml.in

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@
127127
<shortdescription>don't show advice in shortcuts dialog</shortdescription>
128128
</dtconfig>
129129
<dtconfig>
130-
<name>bauhaus/scale</name>
131-
<type>float</type>
132-
<default>1.4</default>
133-
<shortdescription>widget scale</shortdescription>
134-
<longdescription>scaling factor for bauhaus widgets, will affect font size</longdescription>
130+
<name>bauhaus/color_wheel</name>
131+
<type>bool</type>
132+
<default>true</default>
133+
<shortdescription>slider color wheel</shortdescription>
134+
<longdescription>use color wheel for 360 sliders with gradients</longdescription>
135135
</dtconfig>
136136
<dtconfig prefs="misc" section="interface">
137137
<name>bauhaus/zoom_step</name>
@@ -140,6 +140,20 @@
140140
<shortdescription>scale slider step with min/max</shortdescription>
141141
<longdescription>vary slider step size with min/max range</longdescription>
142142
</dtconfig>
143+
<dtconfig prefs="misc" section="interface" restart="true">
144+
<name>bauhaus/marker_shape</name>
145+
<type>
146+
<enum>
147+
<option>triangle</option>
148+
<option>circle</option>
149+
<option>diamond</option>
150+
<option>bar</option>
151+
</enum>
152+
</type>
153+
<default>triangle</default>
154+
<shortdescription>marker shape</shortdescription>
155+
<longdescription>the shape of the slider marker</longdescription>
156+
</dtconfig>
143157
<dtconfig>
144158
<name>database</name>
145159
<type>string</type>

0 commit comments

Comments
 (0)