mirror of
https://github.com/Stone-Red-Code/Decho.git
synced 2026-09-04 00:46:11 +02:00
Make sure attachment staging UI is consistent with other UI
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
Margin="0 0 0 4">
|
Margin="0 0 0 4">
|
||||||
<DockPanel>
|
<DockPanel>
|
||||||
<Button DockPanel.Dock="Right"
|
<Button DockPanel.Dock="Right"
|
||||||
Content="Clear"
|
Content="x"
|
||||||
FontSize="11"
|
FontSize="11"
|
||||||
Padding="4 0"
|
Padding="4 0"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
VerticalAlignment="Center" />
|
VerticalAlignment="Center" />
|
||||||
<Button Content="x"
|
<Button Content="x"
|
||||||
FontSize="10"
|
FontSize="10"
|
||||||
Padding="2 0"
|
Padding="4 0"
|
||||||
Margin="4 0 0 0"
|
Margin="4 0 0 0"
|
||||||
Cursor="Hand"
|
Cursor="Hand"
|
||||||
Click="OnRemoveStagedClick" />
|
Click="OnRemoveStagedClick" />
|
||||||
|
|||||||
Reference in New Issue
Block a user