style: margins for fixed-size window on Linux platform

This commit is contained in:
leo 2024-03-14 18:29:19 +08:00
parent 035300a612
commit b9f29ef059
5 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
ExtendClientAreaToDecorationsHint="True" ExtendClientAreaToDecorationsHint="True"
ExtendClientAreaChromeHints="NoChrome" ExtendClientAreaChromeHints="NoChrome"
SystemDecorations="{OnPlatform Full, Linux=None}"> SystemDecorations="{OnPlatform Full, Linux=None}">
<Grid RowDefinitions="Auto,*"> <Grid RowDefinitions="Auto,*" Margin="{OnPlatform 0, Linux=6}">
<!-- Custom window shadow for Linux --> <!-- Custom window shadow for Linux -->
<Border Grid.Row="0" Grid.RowSpan="2" <Border Grid.Row="0" Grid.RowSpan="2"
Background="{DynamicResource Brush.Window}" Background="{DynamicResource Brush.Window}"

View file

@ -17,7 +17,7 @@
ExtendClientAreaToDecorationsHint="True" ExtendClientAreaToDecorationsHint="True"
ExtendClientAreaChromeHints="NoChrome" ExtendClientAreaChromeHints="NoChrome"
SystemDecorations="{OnPlatform Full, Linux=None}"> SystemDecorations="{OnPlatform Full, Linux=None}">
<Grid RowDefinitions="Auto,*"> <Grid RowDefinitions="Auto,*" Margin="{OnPlatform 0, Linux=6}">
<!-- Custom window shadow for Linux --> <!-- Custom window shadow for Linux -->
<Border Grid.Row="0" Grid.RowSpan="2" <Border Grid.Row="0" Grid.RowSpan="2"
Background="{DynamicResource Brush.Window}" Background="{DynamicResource Brush.Window}"

View file

@ -14,7 +14,7 @@
ExtendClientAreaToDecorationsHint="True" ExtendClientAreaToDecorationsHint="True"
ExtendClientAreaChromeHints="NoChrome" ExtendClientAreaChromeHints="NoChrome"
SystemDecorations="{OnPlatform Full, Linux=None}"> SystemDecorations="{OnPlatform Full, Linux=None}">
<Grid RowDefinitions="Auto,*"> <Grid RowDefinitions="Auto,*" Margin="{OnPlatform 0, Linux=6}">
<!-- Custom window shadow for Linux --> <!-- Custom window shadow for Linux -->
<Border Grid.Row="0" Grid.RowSpan="2" <Border Grid.Row="0" Grid.RowSpan="2"
Background="{DynamicResource Brush.Window}" Background="{DynamicResource Brush.Window}"

View file

@ -20,7 +20,7 @@
ExtendClientAreaToDecorationsHint="True" ExtendClientAreaToDecorationsHint="True"
ExtendClientAreaChromeHints="NoChrome" ExtendClientAreaChromeHints="NoChrome"
SystemDecorations="{OnPlatform Full, Linux=None}"> SystemDecorations="{OnPlatform Full, Linux=None}">
<Grid RowDefinitions="Auto,Auto"> <Grid RowDefinitions="Auto,Auto" Margin="{OnPlatform 0, Linux=6}">
<!-- Custom window shadow for Linux --> <!-- Custom window shadow for Linux -->
<Border Grid.Row="0" Grid.RowSpan="2" <Border Grid.Row="0" Grid.RowSpan="2"
Background="{DynamicResource Brush.Window}" Background="{DynamicResource Brush.Window}"

View file

@ -16,7 +16,7 @@
ExtendClientAreaToDecorationsHint="True" ExtendClientAreaToDecorationsHint="True"
ExtendClientAreaChromeHints="NoChrome" ExtendClientAreaChromeHints="NoChrome"
SystemDecorations="{OnPlatform Full, Linux=None}"> SystemDecorations="{OnPlatform Full, Linux=None}">
<Grid RowDefinitions="Auto,Auto,*"> <Grid RowDefinitions="Auto,Auto,*" Margin="{OnPlatform 0, Linux=6}">
<!-- Custom window shadow for Linux --> <!-- Custom window shadow for Linux -->
<Border Grid.Row="0" Grid.RowSpan="3" <Border Grid.Row="0" Grid.RowSpan="3"
Background="{DynamicResource Brush.Window}" Background="{DynamicResource Brush.Window}"