Browse Source

Code editors are not hidden by default now

Kenric Nugteren 7 tháng trước cách đây
mục cha
commit
d6f74b16b7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      InABox.Core/Objects/Editors/BaseCodeEditor.cs

+ 0 - 1
InABox.Core/Objects/Editors/BaseCodeEditor.cs

@@ -5,7 +5,6 @@
         public BaseCodeEditor()
         {
             Visible = Visible.Optional;
-            Editable = Editable.Hidden;
             Width = 120;
             Alignment = Alignment.MiddleCenter;
             ValidChars = "";