mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-22 22:41:10 -04:00
The more arrow looks better with 1 px spacing on some UIs
This commit is contained in:
parent
589611c8bd
commit
6c7dfbfc89
2 changed files with 8 additions and 8 deletions
|
@ -1396,14 +1396,14 @@ static constexpr Bitmap bitmap_icon_utilities {
|
||||||
};
|
};
|
||||||
|
|
||||||
static constexpr uint8_t bitmap_more_data[] = {
|
static constexpr uint8_t bitmap_more_data[] = {
|
||||||
0x20,
|
0x10,
|
||||||
0x20,
|
0x10,
|
||||||
0x20,
|
0x10,
|
||||||
0x20,
|
0x10,
|
||||||
0x20,
|
0x54,
|
||||||
0xA8,
|
0x38,
|
||||||
0x70,
|
0x10,
|
||||||
0x20,
|
0x00,
|
||||||
};
|
};
|
||||||
static constexpr Bitmap bitmap_more {
|
static constexpr Bitmap bitmap_more {
|
||||||
{ 8, 8 }, bitmap_more_data
|
{ 8, 8 }, bitmap_more_data
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 102 B |
Loading…
Add table
Add a link
Reference in a new issue