Fix the left margin in the alarm menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd6a0f15f0
commit
c187f18d5d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@
|
||||||
#include "splash.h"
|
#include "splash.h"
|
||||||
#include "statusbar.h"
|
#include "statusbar.h"
|
||||||
#include "textarea.h"
|
#include "textarea.h"
|
||||||
#define MARGIN_Y (global_settings.statusbar ? STATUSBAR_HEIGHT : 0)
|
|
||||||
|
|
||||||
bool alarm_screen(void)
|
bool alarm_screen(void)
|
||||||
{
|
{
|
||||||
|
@ -73,6 +72,7 @@ bool alarm_screen(void)
|
||||||
{
|
{
|
||||||
FOR_NB_SCREENS(i)
|
FOR_NB_SCREENS(i)
|
||||||
{
|
{
|
||||||
|
screens[i].setmargins(0, 0);
|
||||||
gui_textarea_clear(&screens[i]);
|
gui_textarea_clear(&screens[i]);
|
||||||
screens[i].puts(0, 3, str(LANG_ALARM_MOD_KEYS));
|
screens[i].puts(0, 3, str(LANG_ALARM_MOD_KEYS));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue