mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
style: margins for fixed-size window on Linux platform
This commit is contained in:
parent
035300a612
commit
b9f29ef059
5 changed files with 5 additions and 5 deletions
|
@ -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}"
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue