Selaa lähdekoodia

Fixed DynamicGridDurationColumn Button label

frogsoftware 1 vuosi sitten
vanhempi
commit
eec6b0c32c

+ 1 - 1
inabox.wpf/DynamicGrid/Columns/EditorColumns/DynamicGridDurationColumn.cs

@@ -36,7 +36,7 @@ public class DynamicGridDurationColumn<TEntity> : DynamicGridMaskColumn<TEntity,
         };
         
         var more = new Button();
-        more.Content = "-";
+        more.Content = "+";
         more.Width = 25;
         more.Click += (sender, args) =>
         {