Skip to content

Commit 01ca026

Browse files
committed
Header is now displayed
1 parent 9f094bc commit 01ca026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager/Controls/DragablzIPScannerTabHostWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Border x:Name="HeaderBorder" Grid.Row="0" BorderBrush="{DynamicResource GrayBrush8}" BorderThickness="0,0,0,1" MouseDown="HeaderBorder_MouseDown">
1919
<TextBlock VerticalAlignment="Center" Height="48" TextAlignment="Center" FontSize="22" Style="{StaticResource HeaderTextBlock}" Text="{DynamicResource String_ApplicationName_IPScanner}" Foreground="{DynamicResource GrayBrush3}" Margin="0" />
2020
</Border>
21-
<dragablz:TabablzControl Focusable="False" Grid.Row="0" Name="TabsContainer" ClosingItemCallback="{Binding CloseItemCommand}">
21+
<dragablz:TabablzControl Focusable="False" Grid.Row="1" Name="TabsContainer" ClosingItemCallback="{Binding CloseItemCommand}">
2222
<dragablz:TabablzControl.InterTabController>
2323
<dragablz:InterTabController Partition="8BB70C7B-7473-4A28-89A1-BAA205D6A39D" />
2424
</dragablz:TabablzControl.InterTabController>

0 commit comments

Comments
 (0)