We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f90b74 commit bad316dCopy full SHA for bad316d
FluentWPF/Styles/Window.xaml
@@ -217,7 +217,8 @@
217
Grid.Row="0" Grid.RowSpan="2"/>
218
<ResizeGrip x:Name="resizeGrip" Grid.Row="1"
219
HorizontalAlignment="Right" IsTabStop="False" VerticalAlignment="Bottom" Visibility="Collapsed"/>
220
- <Grid x:Name="captionGrid" TextBlock.Foreground="{DynamicResource SystemBaseHighColorBrush}">
+ <Grid x:Name="captionGrid" TextBlock.Foreground="{DynamicResource SystemBaseHighColorBrush}"
221
+ Width="{Binding ActualWidth, ElementName=windowContent}">
222
<Grid.ColumnDefinitions>
223
<ColumnDefinition Width="Auto"/>
224
<ColumnDefinition />
0 commit comments