Skip to content

Commit 08d7307

Browse files
mkrauterMarton Krauter
andauthored
Removed unneeded MaxWidth of TabItem (#2957)
Co-authored-by: Marton Krauter <[email protected]>
1 parent 4861917 commit 08d7307

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.TabControl.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@
244244
<!-- Foreground is for the content, not the header -->
245245
<Setter Property="Foreground" Value="{Binding RelativeSource={RelativeSource AncestorType={x:Type TabControl}}, Path=(TextElement.Foreground)}" />
246246
<Setter Property="Height" Value="48" />
247-
<Setter Property="MaxWidth" Value="360" />
248247
<Setter Property="MinWidth" Value="90" />
249248
<Setter Property="Padding" Value="16,12" />
250249
<Setter Property="Template">

0 commit comments

Comments
 (0)