mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
GUI: Remove trailing whitespace
This commit is contained in:
parent
b845d41d16
commit
0d81e522c1
@ -241,7 +241,7 @@ void AboutDialog::drawDialog() {
|
||||
while (*str && *str == ' ')
|
||||
str++;
|
||||
|
||||
if (*str)
|
||||
if (*str)
|
||||
g_gui.theme()->drawText(Common::Rect(_x + _xOff, y, _x + _w - _xOff, y + g_gui.theme()->getFontHeight()), str, state, align, ThemeEngine::kTextInversionNone, 0, false, ThemeEngine::kFontStyleBold, ThemeEngine::kFontColorNormal, true, _textDrawableArea);
|
||||
y += _lineHeight;
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ void EditTextWidget::drawWidget() {
|
||||
|
||||
// Draw the text
|
||||
adjustOffset();
|
||||
|
||||
|
||||
const Common::Rect &r = Common::Rect(_x + 2 + _leftPadding, _y + 2, _x + _leftPadding + getEditRect().width() + 8, _y + _h);
|
||||
setTextDrawableArea(r);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "common/array.h"
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
||||
enum {
|
||||
kTabForwards = 1,
|
||||
kTabBackwards = -1
|
||||
|
Loading…
Reference in New Issue
Block a user