mirror of
https://github.com/Stone-Red-Code/Decho.git
synced 2026-09-04 00:46:11 +02:00
Fix Connect and Disconnect button margins
This commit is contained in:
@@ -35,13 +35,13 @@
|
||||
<Button Content="Connect"
|
||||
Command="{Binding ConnectCommand}"
|
||||
IsVisible="{Binding ShowConnectionControls}"
|
||||
Margin="0 0 0 4"
|
||||
Margin="4"
|
||||
Padding="5 2"
|
||||
HorizontalAlignment="Stretch" />
|
||||
<Button Content="Disconnect"
|
||||
Command="{Binding DisconnectCommand}"
|
||||
IsVisible="{Binding IsConnected}"
|
||||
Margin="0 0 0 4"
|
||||
Margin="4"
|
||||
Padding="5 2"
|
||||
HorizontalAlignment="Stretch" />
|
||||
<views:ChannelListView />
|
||||
|
||||
Reference in New Issue
Block a user