Android: Move touchscreen rare controls inline with settings icon (#8006)

This commit is contained in:
stujones11 2018-12-20 21:11:57 +00:00 committed by Paramat
parent b7eb81fed9
commit ba07a8b872
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ typedef enum {
#define BUTTON_REPEAT_DELAY 0.2f
#define SETTINGS_BAR_Y_OFFSET 5
#define RARE_CONTROLS_BAR_Y_OFFSET 4
#define RARE_CONTROLS_BAR_Y_OFFSET 5
extern const char **touchgui_button_imagenames;
extern const char **touchgui_joystick_imagenames;