mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-27 09:35:39 -05:00
More cleanup and fixes
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user