Most of these arnt even changes
This commit is contained in:

committed by
John Gross

parent
6c6ff18ec3
commit
18af85c4d7
@@ -11,8 +11,8 @@
|
||||
</UserControl.DataContext>
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
<Expander Grid.Row="0" Header="Attached Grids">
|
||||
<ListView ItemsSource="{Binding AttachedGrids}" Margin="3">
|
||||
|
@@ -49,10 +49,10 @@ namespace Torch.Server
|
||||
PlayerList.BindServer(server);
|
||||
Plugins.BindServer(server);
|
||||
|
||||
LoadConfig((TorchConfig)server.Config);
|
||||
|
||||
Themes.uiSource = this;
|
||||
Themes.SetConfig(_config);
|
||||
|
||||
LoadConfig((TorchConfig)server.Config);
|
||||
}
|
||||
|
||||
private void AttachConsole()
|
||||
|
Reference in New Issue
Block a user