refactor(ui): class update-banner buttons in MainWindow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -109,12 +109,12 @@
|
|||||||
<Run Text="{Binding UpdateBannerLatestVersion}"/>
|
<Run Text="{Binding UpdateBannerLatestVersion}"/>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<Button Grid.Column="1"
|
<Button Grid.Column="1"
|
||||||
|
Classes="btn"
|
||||||
Margin="0,0,8,0"
|
Margin="0,0,8,0"
|
||||||
Padding="10,3"
|
|
||||||
Content="Update now"
|
Content="Update now"
|
||||||
Command="{Binding UpdateNowCommand}"/>
|
Command="{Binding UpdateNowCommand}"/>
|
||||||
<Button Grid.Column="2"
|
<Button Grid.Column="2"
|
||||||
Padding="10,3"
|
Classes="btn"
|
||||||
Content="Dismiss"
|
Content="Dismiss"
|
||||||
Command="{Binding DismissBannerCommand}"/>
|
Command="{Binding DismissBannerCommand}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user