mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00: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