- add: Favorites - start
This commit is contained in:
@@ -22,7 +22,24 @@
|
||||
Grid.RowSpan="2"
|
||||
Margin="0,0,0,10"
|
||||
Padding="0,0,10,0">
|
||||
<ItemsControl ItemsSource="{Binding ServerInfos}" Padding="0" />
|
||||
<StackPanel Spacing="5">
|
||||
<Border
|
||||
Background="{StaticResource DefaultSelected}"
|
||||
BoxShadow="{StaticResource DefaultShadow}"
|
||||
IsVisible="{Binding FavoriteVisible}"
|
||||
Margin="5">
|
||||
<StackPanel Margin="0,10,0,10" Spacing="5">
|
||||
<Label
|
||||
HorizontalAlignment="Center"
|
||||
Margin="5"
|
||||
VerticalAlignment="Center">
|
||||
Favorites
|
||||
</Label>
|
||||
<ItemsControl ItemsSource="{Binding SortedFavoriteServers}" Padding="0" />
|
||||
</StackPanel>
|
||||
</Border>
|
||||
<ItemsControl ItemsSource="{Binding ServerInfos}" Padding="0" />
|
||||
</StackPanel>
|
||||
</ScrollViewer>
|
||||
|
||||
<Border
|
||||
|
||||
Reference in New Issue
Block a user