Explorar el Código

Flip alt minimize rotate button on macOS

Ruben hace 4 meses
padre
commit
b3d325af41
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
         {