File tree Expand file tree Collapse file tree 4 files changed +24
-16
lines changed
Xceed.Wpf.AvalonDock.Themes.Aero
Xceed.Wpf.AvalonDock.Themes.Metro
Xceed.Wpf.AvalonDock.Themes.VS2010
Xceed.Wpf.AvalonDock.Themes.VS2013/Themes Expand file tree Collapse file tree 4 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1330
1330
BorderBrush =" {TemplateBinding BorderBrush}" >
1331
1331
<Grid Margin =" 3" >
1332
1332
<Grid .RowDefinitions>
1333
- <RowDefinition Height =" 18" / >
1333
+ <RowDefinition MinHeight =" 18" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
1334
1334
<RowDefinition Height =" *" />
1335
1335
</Grid .RowDefinitions>
1336
1336
<Border x : Name =" Header"
1337
1337
Padding =" 2,0,2,0" >
1338
- <Grid >
1338
+ <Grid
1339
+ UseLayoutRounding =" True" >
1339
1340
<Grid .ColumnDefinitions>
1340
1341
<ColumnDefinition Width =" *" />
1341
1342
<ColumnDefinition Width =" Auto" />
1503
1504
BorderBrush =" {TemplateBinding BorderBrush}" >
1504
1505
<Grid >
1505
1506
<Grid .RowDefinitions>
1506
- <RowDefinition Height =" 18" / >
1507
+ <RowDefinition MinHeight =" 18" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
1507
1508
<RowDefinition Height =" *" />
1508
1509
</Grid .RowDefinitions>
1509
1510
<Border x : Name =" Header"
1510
1511
CornerRadius =" 1,1,0,0"
1511
1512
Padding =" 2,0,2,0"
1512
1513
Background =" {DynamicResource {x:Static avalonDockAero:AeroColors.BaseColor16Key}}" >
1513
- <Grid >
1514
+ <Grid
1515
+ UseLayoutRounding =" True" >
1514
1516
<Grid .ColumnDefinitions>
1515
1517
<ColumnDefinition Width =" *" />
1516
1518
<ColumnDefinition Width =" Auto" />
Original file line number Diff line number Diff line change 1377
1377
BorderThickness =" {TemplateBinding BorderThickness}" >
1378
1378
<Grid >
1379
1379
<Grid .RowDefinitions>
1380
- <RowDefinition Height =" 24" / >
1380
+ <RowDefinition MinHeight =" 24" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
1381
1381
<RowDefinition Height =" *" />
1382
1382
</Grid .RowDefinitions>
1383
1383
<Grid .ColumnDefinitions>
1393
1393
<Border x : Name =" Header"
1394
1394
Padding =" 2,0,2,0"
1395
1395
Grid.Column=" 1" >
1396
- <Grid >
1396
+ <Grid
1397
+ UseLayoutRounding =" True" >
1397
1398
<Grid .ColumnDefinitions>
1398
1399
<ColumnDefinition Width =" *" />
1399
1400
<ColumnDefinition Width =" Auto" />
1564
1565
BorderBrush =" {TemplateBinding BorderBrush}" >
1565
1566
<Grid >
1566
1567
<Grid .RowDefinitions>
1567
- <RowDefinition Height =" 24" / >
1568
+ <RowDefinition MinHeight =" 24" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
1568
1569
<RowDefinition Height =" *" />
1569
1570
</Grid .RowDefinitions>
1570
1571
<Border x : Name =" Header"
1571
1572
Padding =" 2,0,2,0"
1572
1573
TextElement.Foreground=" {DynamicResource AvalonDock_ThemeMetro_BaseColor2}"
1573
1574
Background =" {TemplateBinding Background}" >
1574
- <Grid >
1575
+ <Grid
1576
+ UseLayoutRounding =" True" >
1575
1577
<Grid .ColumnDefinitions>
1576
1578
<ColumnDefinition Width =" *" />
1577
1579
<ColumnDefinition Width =" Auto" />
Original file line number Diff line number Diff line change 1470
1470
BorderBrush =" {TemplateBinding BorderBrush}" >
1471
1471
<Grid Margin =" 3" >
1472
1472
<Grid .RowDefinitions>
1473
- <RowDefinition Height =" 18" / >
1473
+ <RowDefinition MinHeight =" 18" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
1474
1474
<RowDefinition Height =" *" />
1475
1475
</Grid .RowDefinitions>
1476
1476
<Border x : Name =" Header"
1477
1477
Padding =" 2,0,2,0" >
1478
- <Grid >
1478
+ <Grid
1479
+ UseLayoutRounding =" True" >
1479
1480
<Grid .ColumnDefinitions>
1480
1481
<ColumnDefinition Width =" *" />
1481
1482
<ColumnDefinition Width =" Auto" />
1693
1694
BorderBrush =" {TemplateBinding BorderBrush}" >
1694
1695
<Grid >
1695
1696
<Grid .RowDefinitions>
1696
- <RowDefinition Height =" 18" / >
1697
+ <RowDefinition MinHeight =" 18" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
1697
1698
<RowDefinition Height =" *" />
1698
1699
</Grid .RowDefinitions>
1699
1700
<Border x : Name =" Header"
1700
1701
CornerRadius =" 1,1,0,0"
1701
1702
Padding =" 2,0,2,0"
1702
1703
TextElement.Foreground=" {DynamicResource AvalonDock_ThemeVS2010_BaseColor2}"
1703
1704
Background =" {DynamicResource AvalonDock_ThemeVS2010_BaseColor16}" >
1704
- <Grid >
1705
+ <Grid
1706
+ UseLayoutRounding =" True" >
1705
1707
<Grid .ColumnDefinitions>
1706
1708
<ColumnDefinition Width =" *" />
1707
1709
<ColumnDefinition Width =" Auto" />
Original file line number Diff line number Diff line change 1674
1674
BorderThickness =" 1" >
1675
1675
<Grid >
1676
1676
<Grid .RowDefinitions>
1677
- <RowDefinition Height =" 24" / >
1677
+ <RowDefinition MinHeight =" 24" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
1678
1678
<RowDefinition Height =" *" />
1679
1679
</Grid .RowDefinitions>
1680
1680
1681
1681
<Border x : Name =" Header"
1682
1682
Padding =" 2,0,2,0"
1683
1683
Background =" {DynamicResource {x:Static reskeys:ResourceKeys.DocumentWellTabSelectedInactiveBackground}}"
1684
1684
TextElement.Foreground=" {DynamicResource {x:Static reskeys:ResourceKeys.DocumentWellTabSelectedInactiveText}}" >
1685
- <Grid >
1685
+ <Grid
1686
+ UseLayoutRounding =" True" >
1686
1687
<Grid .ColumnDefinitions>
1687
1688
<ColumnDefinition Width =" *" />
1688
1689
<ColumnDefinition Width =" Auto" />
1999
2000
BorderThickness =" 1" >
2000
2001
<Grid >
2001
2002
<Grid .RowDefinitions>
2002
- <RowDefinition Height =" 24" / >
2003
+ <RowDefinition MinHeight =" 24" Height = " Auto " /> <!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -- >
2003
2004
<RowDefinition Height =" *" />
2004
2005
</Grid .RowDefinitions>
2005
2006
<Border x : Name =" Header"
2006
2007
Background =" {DynamicResource {x:Static reskeys:ResourceKeys.ToolWindowCaptionInactiveBackground}}"
2007
2008
Padding =" 2,0,2,0"
2008
2009
TextElement.Foreground=" {DynamicResource {x:Static reskeys:ResourceKeys.ToolWindowCaptionInactiveText}}" >
2009
- <Grid >
2010
+ <Grid
2011
+ UseLayoutRounding =" True" >
2010
2012
<Grid .ColumnDefinitions>
2011
2013
<ColumnDefinition Width =" *" />
2012
2014
<ColumnDefinition Width =" Auto" />
You can’t perform that action at this time.
0 commit comments