Skip to content

Commit 83859ec

Browse files
committed
Fixed the tick frequency, based on what cefclient has + fixed Camel Casing of a label. Also fixed the Minimum/Maximum values using some trial and error, to see how high/low we may go.

1 parent 18bb494 commit 83859ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CefSharp.Wpf.Example/MainWindow.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@
137137
Value="0.85" />
138138
<Label Grid.Row="2"
139139
Grid.Column="0"
140-
Content="Zoom level:" />
140+
Content="Zoom Level:" />
141141
<Slider Grid.Row="2"
142142
Grid.Column="1"
143143
Name="zoomSlider"
144-
Minimum="0"
145-
Maximum="1"
146-
TickFrequency="0.1"
144+
Minimum="-3"
145+
Maximum="6"
146+
TickFrequency="0.5"
147147
Value="0.0"
148148
ValueChanged="SetZoomLevel"/>
149149
</Grid>

0 commit comments

Comments
 (0)