mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 01:05:58 -04:00
Revert accidental newbutton bg color change (#2029)
This commit is contained in:
parent
81e24d582d
commit
1a87f2d701
3 changed files with 6 additions and 6 deletions
|
@ -261,19 +261,19 @@ class FileManagerView : public FileManBaseView {
|
|||
{22 * 8, 29 * 8, 4 * 8, 32},
|
||||
{},
|
||||
&bitmap_icon_new_dir,
|
||||
Color::dark_green()};
|
||||
Color::green()};
|
||||
|
||||
NewButton button_new_file{
|
||||
{26 * 8, 29 * 8, 4 * 8, 32},
|
||||
{},
|
||||
&bitmap_icon_new_file,
|
||||
Color::dark_green()};
|
||||
Color::green()};
|
||||
|
||||
NewButton button_open_notepad{
|
||||
{0 * 8, 34 * 8, 4 * 8, 32},
|
||||
{},
|
||||
&bitmap_icon_notepad,
|
||||
Color::dark_orange()};
|
||||
Color::orange()};
|
||||
|
||||
NewButton button_rename_timestamp{
|
||||
|
||||
|
@ -288,7 +288,7 @@ class FileManagerView : public FileManBaseView {
|
|||
{4 * 8, 34 * 8, 4 * 8, 32},
|
||||
{},
|
||||
&bitmap_icon_trim,
|
||||
Color::dark_orange()};
|
||||
Color::orange()};
|
||||
|
||||
NewButton button_show_hidden_files{
|
||||
{17 * 8, 34 * 8, 4 * 8, 32},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue