|
@@ -88,11 +88,11 @@
|
|
|
</Window.ContextMenu>
|
|
|
|
|
|
<Viewbox Height="{Binding Height, Source={x:Static p:Settings.Default}, Mode=OneWay}">
|
|
|
- <Grid>
|
|
|
- <Grid.Background>
|
|
|
+ <Border CornerRadius="{Binding CornerRadius, Source={x:Static p:Settings.Default}, Mode=OneWay}">
|
|
|
+ <Border.Background>
|
|
|
<SolidColorBrush Opacity="{Binding Opacity, Source={x:Static p:Settings.Default}, Mode=OneWay}"
|
|
|
Color="{Binding BackgroundColor, Source={x:Static p:Settings.Default}, Mode=OneWay}" />
|
|
|
- </Grid.Background>
|
|
|
+ </Border.Background>
|
|
|
|
|
|
<StackPanel Margin="2,0,2,0">
|
|
|
<TextBlock HorizontalAlignment="Center"
|
|
@@ -123,6 +123,6 @@
|
|
|
</TextBlock.Foreground>
|
|
|
</TextBlock>
|
|
|
</StackPanel>
|
|
|
- </Grid>
|
|
|
+ </Border>
|
|
|
</Viewbox>
|
|
|
</Window>
|