diff options
Diffstat (limited to 'GUI/layouts')
-rw-r--r-- | GUI/layouts/console.layout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GUI/layouts/console.layout b/GUI/layouts/console.layout index 879af94..9d145c5 100644 --- a/GUI/layouts/console.layout +++ b/GUI/layouts/console.layout @@ -7,11 +7,11 @@ <Property Name="TitlebarEnabled" Value="False" /> <Window Type="Vanilla/Listbox" Name="console_listbox"> <Property Name="UnifiedPosition" Value="{{0, 0}, {0, 0}}" /> - <Property Name="UnifiedSize" Value="{{1, 0}, {1, -20}}" /> + <Property Name="UnifiedSize" Value="{{1, 0}, {1, -24}}" /> </Window> <Window Type="Vanilla/Editbox" Name="console_editbox"> - <Property Name="UnifiedPosition" Value="{{0, 0}, {1, -20}}" /> - <Property Name="UnifiedSize" Value="{{1, 0}, {0, 20}}" /> + <Property Name="UnifiedPosition" Value="{{0, 0}, {1, -24}}" /> + <Property Name="UnifiedSize" Value="{{1, 0}, {0, 24}}" /> </Window> </Window> </GUILayout> |