mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-08 03:06:29 +08:00
Fix ImagePanel button layout
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<Button x:Name="buttonSaveAs"
|
||||
Width="24"
|
||||
Height="24"
|
||||
Margin="0,8,8,0"
|
||||
Margin="0,0,8,0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
Content=""
|
||||
@@ -114,7 +114,7 @@
|
||||
<Button x:Name="buttonReverseColor"
|
||||
Width="24"
|
||||
Height="24"
|
||||
Margin="0,8,8,0"
|
||||
Margin="0,0,8,0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
Content=""
|
||||
|
||||
Reference in New Issue
Block a user