File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
SS14.Launcher/Views/MainWindowTabs Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 5252 <Panel DockPanel.Dock=" Top" Classes =" ScrollViewerSep" />
5353
5454 <!-- Center: Server List -->
55- <ScrollViewer >
56- <ItemsControl ItemsSource =" {Binding AllServers}" >
57- <ItemsControl .ItemTemplate>
58- <DataTemplate >
59- <mainWindowTabsViews : ClassicServerEntryView />
60- </DataTemplate >
61- </ItemsControl .ItemTemplate>
62- </ItemsControl >
63- </ScrollViewer >
55+ <Panel Background =" #1e1e22" >
56+ <ScrollViewer >
57+ <ItemsControl ItemsSource =" {Binding AllServers}" Classes =" ServerList" >
58+ <ItemsControl .ItemTemplate>
59+ <DataTemplate >
60+ <mainWindowTabsViews : ClassicServerEntryView />
61+ </DataTemplate >
62+ </ItemsControl .ItemTemplate>
63+ </ItemsControl >
64+ </ScrollViewer >
65+ </Panel >
6466 </DockPanel >
6567</UserControl >
You can’t perform that action at this time.
0 commit comments