Skip to content

Commit

Permalink
Merge pull request #366 from pcortellezzi/main
Browse files Browse the repository at this point in the history
Update HostWindow.axaml
  • Loading branch information
kikipoulet authored Dec 17, 2024
2 parents b3b0f05 + c72f871 commit f80bfa0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SukiUI.Dock/HostWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@

<ControlTheme x:Key="{x:Type HostWindow}" TargetType="HostWindow">

<Setter Property="Background" Value="Transparent" />
<Setter Property="(TextElement.FontSize)" Value="{DynamicResource DockFontSizeNormal}" />
<!-- <Setter Property="FontFamily" Value="{TemplateBinding FontFamily}" /> -->
<Setter Property="TextBlock.Foreground" Value="{DynamicResource DockThemeForegroundBrush}" />
<Setter Property="WindowState" Value="Normal" />
<Setter Property="UseLayoutRounding" Value="True" />
<Setter Property="Title" Value="{Binding ActiveDockable.Title}" />
<Setter Property="Topmost" Value="{Binding Window.Topmost}" x:DataType="controls:IRootDock" />
<Setter Property="SystemDecorations" Value="None" />
<Setter Property="ExtendClientAreaToDecorationsHint" Value="True" />
<Setter Property="ExtendClientAreaChromeHints" Value="NoChrome"/>
<Setter Property="ExtendClientAreaTitleBarHeightHint" Value="-1"></Setter>
<Setter Property="Template">
Expand Down

0 comments on commit f80bfa0

Please sign in to comment.