Skip to content

Commit

Permalink
Increased wheel size
Browse files Browse the repository at this point in the history
  • Loading branch information
massaiTHEdog1 committed Nov 15, 2020
1 parent 4c5a99d commit b43c3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScreenTemperature/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:hsvcolorpickers="clr-namespace:HSVColorPickers"
x:Class="ScreenTemperature.MainWindow"
mc:Ignorable="d"
Title="ScreenTemperature" Height="394" Width="294" StateChanged="MainForm_StateChanged" ResizeMode="CanMinimize"
Title="ScreenTemperature" Height="475" Width="294" StateChanged="MainForm_StateChanged" ResizeMode="CanMinimize"
DataContext="{Binding Mode=OneWay, RelativeSource={RelativeSource Self}}"
KeyUp="Window_OnKeyUp"
Loaded="MainWindow_OnLoaded">
Expand Down

0 comments on commit b43c3a9

Please sign in to comment.