Skip to content

Commit

Permalink
Renabled plugin tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurrenm3 authored and Gurrenm3 committed May 3, 2020
1 parent 299ed8c commit c0d4d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@


</TabItem>
<TabItem Name="Plugins_Tab" Header="Plugins" Visibility="Collapsed">
<TabItem Name="Plugins_Tab" Header="Plugins">
<Grid x:Name="PluginsUserControl">

</Grid>
Expand All @@ -121,7 +121,7 @@


<!--Change MinHeight to 220 when all tabs are enabled-->
<Grid Grid.Row="1" MinHeight="120"
<Grid Grid.Row="1" MinHeight="155"
VerticalAlignment="Top" Margin="-5,0,0,0" Background="{x:Null}">
<StackPanel Orientation="Vertical" HorizontalAlignment="Left"
VerticalAlignment="Bottom" Margin="0,0">
Expand Down

0 comments on commit c0d4d59

Please sign in to comment.