mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 00:19:10 +00:00
Reduced chatbox size slightly
This commit is contained in:
parent
31a972242a
commit
33653e3969
@ -88,7 +88,7 @@
|
||||
border_size = 5
|
||||
[scroll_label]
|
||||
id = "log_text"
|
||||
definition = "description"
|
||||
definition = "description_small"
|
||||
|
||||
vertical_scrollbar_mode = "always"
|
||||
horizontal_scrollbar_mode = "never"
|
||||
|
@ -895,7 +895,7 @@
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 50) / 100)" (
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 55) / 100)" (
|
||||
border = "all"
|
||||
border_size = 5
|
||||
{GAMELISTBOX}
|
||||
@ -910,7 +910,7 @@
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 30 / 100))" (
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 25 / 100))" (
|
||||
[chatbox]
|
||||
id = "chat"
|
||||
[/chatbox]
|
||||
|
Loading…
x
Reference in New Issue
Block a user