From fb96ea0e731aa9c05e976008a37ff7344e59a9d2 Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 16 May 2024 12:29:23 -0700 Subject: [PATCH] Commented diag code --- UICatalog/Scenarios/Sliders.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICatalog/Scenarios/Sliders.cs b/UICatalog/Scenarios/Sliders.cs index a5a8545f1..fc4c1a9d5 100644 --- a/UICatalog/Scenarios/Sliders.cs +++ b/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; }