diff options
author | Roman Masanin <36927roma@gmail.com> | 2020-10-25 22:16:46 +0100 |
---|---|---|
committer | Roman Masanin <36927roma@gmail.com> | 2020-10-25 22:16:46 +0100 |
commit | 44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24 (patch) | |
tree | 285278bf5fda41d6a528a7912153a892746262ed /src/core/Frontend.h | |
parent | cleanup processVehicleOneShots, processVehicleX done (diff) | |
parent | small glass fix (diff) | |
download | re3-44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24.tar re3-44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24.tar.gz re3-44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24.tar.bz2 re3-44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24.tar.lz re3-44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24.tar.xz re3-44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24.tar.zst re3-44bbcbd14ac86e22c1514b78bbc2fad2f0f9cf24.zip |
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r-- | src/core/Frontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index 0dab83a4..4c44e5e6 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -42,8 +42,8 @@ #define SMALLESTTEXT_X_SCALE 0.3f #define SMALLESTTEXT_Y_SCALE 0.7f -#define PLAYERSETUP_LIST_TOP 28.0f -#define PLAYERSETUP_LIST_BOTTOM 125.0f +#define PLAYERSETUP_LIST_TOP 58.0f +#define PLAYERSETUP_LIST_BOTTOM 95.0f #define PLAYERSETUP_LIST_LEFT 200.0f #define PLAYERSETUP_LIST_RIGHT 36.0f #ifdef FIX_BUGS // See the scrollbar button drawing code @@ -57,7 +57,7 @@ #define PLAYERSETUP_ROW_TEXT_Y_SCALE 0.6f #define PLAYERSETUP_SKIN_COLUMN_LEFT 220.0f #define PLAYERSETUP_DATE_COLUMN_RIGHT 56.0f -#define PLAYERSETUP_LIST_BODY_TOP 47 +#define PLAYERSETUP_LIST_BODY_TOP 77 #define PLAYERSETUP_ROW_HEIGHT 9 #define STATS_ROW_HEIGHT 17.0f |