diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-27 23:02:33 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-27 23:02:33 +0200 |
| commit | 98776908265c4b4d6e6a3a41df0f8e534b44e406 (patch) | |
| tree | a545b4b3bcb487340a4689e7392ef1fa55fd2eb8 /Scripts/OutputContainer.cs | |
| parent | d1118dc7d1b2fbb5efd67f06cef5a1fee392ba00 (diff) | |
| download | texty-98776908265c4b4d6e6a3a41df0f8e534b44e406.tar.xz texty-98776908265c4b4d6e6a3a41df0f8e534b44e406.zip | |
ide: format code
Diffstat (limited to 'Scripts/OutputContainer.cs')
| -rw-r--r-- | Scripts/OutputContainer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Scripts/OutputContainer.cs b/Scripts/OutputContainer.cs index d5a5bea..5db1fe6 100644 --- a/Scripts/OutputContainer.cs +++ b/Scripts/OutputContainer.cs @@ -9,8 +9,7 @@ namespace Texty.Scripts private VScrollBar _scrollBar; - [Export(PropertyHint.Range, "10,40,1")] - public int MaximumRows = 20; + [Export(PropertyHint.Range, "10,40,1")] public int MaximumRows = 20; public VBoxContainer OutputRows; public ScrollContainer ScrollContainer; |
