Browse Source

Flip alt minimize rotate button on macOS

Ruben 4 tháng trước cách đây
mục cha
commit
b3d325af41
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/PicView.Avalonia/Views/MainView.axaml.cs

+ 1 - 0
src/PicView.Avalonia/Views/MainView.axaml.cs

@@ -37,6 +37,7 @@ public partial class MainView : UserControl
             AltButtonsPanel.HorizontalAlignment = HorizontalAlignment.Left; 
             AltButtonsPanel.Children.Move(AltButtonsPanel.Children.IndexOf(AltClose),0);
             AltButtonsPanel.Children.Move(AltButtonsPanel.Children.IndexOf(AltMinimize),2);
+            AltMinimize.RenderTransform = new ScaleTransform{ScaleX = -1};
         }
         else
         {