Skip to content

Commit 1c12e19

Browse files
Merge pull request #304 from JohnAFernandez/Fix-horizontal-spacing-for-mod-tools-and-nebula-screen
Move minWidth For better spacing on tabs
2 parents b71aa69 + 9c2fd88 commit 1c12e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Knossos.NET/Views/DeveloperModsView.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</Design.DataContext>
1414

1515
<ScrollViewer HorizontalScrollBarVisibility="Visible">
16-
<TabControl Margin="10" MinWidth="1000" SelectedIndex="{Binding TabIndex}">
16+
<TabControl Margin="10" SelectedIndex="{Binding TabIndex}">
1717
<TabItem Header="Mods">
18-
<SplitView Margin="0,0,0,5" IsPaneOpen="True" DisplayMode="Inline" OpenPaneLength="350">
18+
<SplitView MinWidth="1000" Margin="0,0,0,5" IsPaneOpen="True" DisplayMode="Inline" OpenPaneLength="350">
1919
<SplitView.Pane>
2020
<Grid RowDefinitions="Auto,*,Auto,Auto,Auto">
2121

0 commit comments

Comments
 (0)