Improve GUI a bit

This commit is contained in:
Alexey Golub
2019-02-09 20:07:30 +02:00
parent 20ff4a15eb
commit ba5718aaf5
2 changed files with 6 additions and 11 deletions

View File

@@ -234,10 +234,7 @@
<!-- Channels -->
<Border Grid.Column="1">
<ListBox
HorizontalContentAlignment="Stretch"
ItemsSource="{Binding SelectedGuild.Channels}"
SelectionMode="Extended">
<ListBox ItemsSource="{Binding SelectedGuild.Channels}" SelectionMode="Extended">
<i:Interaction.Behaviors>
<behaviors:ChannelViewModelMultiSelectionListBoxBehavior SelectedItems="{Binding SelectedChannels}" />
</i:Interaction.Behaviors>
@@ -246,7 +243,6 @@
<StackPanel
Margin="-8"
Background="Transparent"
Cursor="Hand"
Orientation="Horizontal">
<materialDesign:PackIcon
Margin="16,7,0,6"