Skip to content

Commit

Permalink
Fix changelog dropdown sizing (#1593)
Browse files Browse the repository at this point in the history
The item width was defined too wide, which caused the border to be slightly misaligned. Also tweak the positioning a bit.
  • Loading branch information
Aciz authored Jan 2, 2025
1 parent 19110a0 commit 0533c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ui/etjump_changelog.menu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// for now, increase if needed
#define MAX_ITEMS 32
#define POS WINDOW_WIDTH - 140 - 8, 8, 140, 10, 140, MAX_ITEMS, 0
#define POS WINDOW_WIDTH - 140, 10, 140, 10, 140 - 6, MAX_ITEMS, 0

// Macros //

Expand Down

0 comments on commit 0533c31

Please sign in to comment.