Browse Source

Commented diag code

Tig 1 year ago
parent
commit
fb96ea0e73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UICatalog/Scenarios/Sliders.cs

+ 1 - 1
UICatalog/Scenarios/Sliders.cs

@@ -26,7 +26,7 @@ public class Sliders : Scenario
                 Type = type,
                 AllowEmpty = true
             };
-            view.Padding.Thickness = new (0,1,0,0);
+            //view.Padding.Thickness = new (0,1,0,0);
             v.Add (view);
             prev = view;
         }