Skip to content

Commit

Permalink
Update HostWindow.axaml
Browse files Browse the repository at this point in the history
fixes #362
  • Loading branch information
pcortellezzi authored Dec 17, 2024
1 parent b3b0f05 commit c72f871
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 c72f871

Please sign in to comment.