Most of these arnt even changes

This commit is contained in:
sirhamsteralot
2018-03-25 22:16:05 +02:00
committed by John Gross
parent 6c6ff18ec3
commit 18af85c4d7
3 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
</UserControl.DataContext> </UserControl.DataContext>
<Grid> <Grid>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="Auto"/> <RowDefinition Height="Auto"/>
<RowDefinition Height="*"/> <RowDefinition Height="*"/>
</Grid.RowDefinitions> </Grid.RowDefinitions>
<Expander Grid.Row="0" Header="Attached Grids"> <Expander Grid.Row="0" Header="Attached Grids">
<ListView ItemsSource="{Binding AttachedGrids}" Margin="3"> <ListView ItemsSource="{Binding AttachedGrids}" Margin="3">

View File

@@ -49,10 +49,10 @@ namespace Torch.Server
PlayerList.BindServer(server); PlayerList.BindServer(server);
Plugins.BindServer(server); Plugins.BindServer(server);
LoadConfig((TorchConfig)server.Config);
Themes.uiSource = this; Themes.uiSource = this;
Themes.SetConfig(_config); Themes.SetConfig(_config);
LoadConfig((TorchConfig)server.Config);
} }
private void AttachConsole() private void AttachConsole()