diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-06-14 21:05:24 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-06-14 21:05:24 +0200 |
commit | 90d570822f85f70c31f80789ad6791cebd904468 (patch) | |
tree | a5b483eecfe4b16a5073a0d01cf1c6cf10ae2c25 /GUI/layouts | |
parent | bef4a4cebb599aab2704f509e8652ad5da2f84d2 (diff) |
Fixed console editbox height.
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> |