More cleanup and fixes

This commit is contained in:
2023-04-12 11:35:19 -04:00
parent 64d0f770ca
commit a81cf5e69f
28 changed files with 472 additions and 473 deletions

View File

@@ -11,7 +11,8 @@
<Grid>
<CheckBox Content="{x:Static properties:Resources.checkVersionOnStartupCheckBox}"
Name="CheckVersionOnStartupCheckBox"
VerticalAlignment="Top" />
VerticalAlignment="Top"
Click="CheckVersionOnStartupCheckBox_Click" />
<Button Content="{x:Static properties:Resources.checkVersionNowButton}"
Height="23"
HorizontalAlignment="Left"
@@ -20,4 +21,4 @@
Width="75"
Click="HandleCheckVersionNowButtonClick" />
</Grid>
</options:OptionsPanelBase>
</options:OptionsPanelBase>