m3k simulator: remove white border

Change-Id: I1503dadc966af568c8a4482e1d7f5641092594f0
This commit is contained in:
Christian Soffke 2021-12-10 19:46:09 +01:00
parent f1eb0483d6
commit a3684e090e
3 changed files with 14 additions and 14 deletions

View file

@ -523,10 +523,10 @@
#elif defined(FIIO_M3K) || defined(FIIO_M3K_LINUX)
#define UI_TITLE "FiiO M3K"
#define UI_WIDTH 335 /* width of GUI window */
#define UI_HEIGHT 686 /* height of GUI window */
#define UI_WIDTH 334 /* width of GUI window */
#define UI_HEIGHT 684 /* height of GUI window */
#define UI_LCD_POSX 49
#define UI_LCD_POSY 38
#define UI_LCD_POSY 37
#elif defined(SHANLING_Q1)