瀏覽代碼

Added margins to in/out board headers.

Kenric Nugteren 2 月之前
父節點
當前提交
332dfcf71d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      PRS.Avalonia/PRS.Avalonia/Modules/InOut/InOutViewModel.cs

+ 3 - 3
PRS.Avalonia/PRS.Avalonia/Modules/InOut/InOutViewModel.cs

@@ -39,7 +39,7 @@ public partial class InOutViewModel : ModuleViewModel
                 Column = x => x.In,
                 Caption = "In?",
                 // Header = circle_gray
-                // Margin = 6
+                 Margin = 6,
                 Width = new GridLength(30),
             });
         }
@@ -60,8 +60,8 @@ public partial class InOutViewModel : ModuleViewModel
             Column = x => x.Call,
             Caption = "Call",
             Width = new GridLength(30),
-            Tapped = CallEmployee
-            // Margin = 6
+            Tapped = CallEmployee,
+            Margin = 6,
             // Header = phone
         });