瀏覽代碼

Improved icon visibility by 4.76190%

CPKreuz 2 年之前
父節點
當前提交
861a202bc4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/PixiEditor/Models/Commands/XAML/Menu.cs

+ 1 - 1
src/PixiEditor/Models/Commands/XAML/Menu.cs

@@ -38,7 +38,7 @@ internal class Menu : System.Windows.Controls.Menu
         var icon = new Image 
         { 
             Source = command.GetIcon(), 
-            Width = 20, Height = 20,
+            Width = 21, Height = 21,
             Opacity = command.CanExecute() ? 1 : 0.75
         };