widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #17072
Re: [Merge] lp:~widelands-dev/widelands/font_size-lua into lp:widelands
=== modified file 'src/wui/game_chat_panel.cc'
--- src/wui/game_chat_panel.cc 2019-05-12 07:45:59 +0000
+++ src/wui/game_chat_panel.cc 2019-05-12 13:12:29 +0000
@@ -41,12 +41,12 @@
0,
0,
w,
- h - 25,
+ h - 30,
style,
"",
UI::Align::kLeft,
UI::MultilineTextarea::ScrollMode::kScrollLogForced),
- editbox(this, 0, h - 20, w, style),
+ editbox(this, 0, h - 25, w, style),
chat_message_counter(0),
chat_sound(SoundHandler::register_fx(SoundType::kChat, "sound/lobby_chat")) {
--
https://code.launchpad.net/~widelands-dev/widelands/font_size-lua/+merge/366938
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/font_size-lua into lp:widelands.
References