mirror of
https://github.com/hax4dazy/TinWoo.git
synced 2025-02-09 19:25:05 +01:00
better coloured scroll bars
This commit is contained in:
parent
d5c47e0607
commit
137e3e9cc5
@ -41,6 +41,7 @@ namespace inst::ui {
|
|||||||
this->butText = TextBlock::New(10, 678, "inst.hd.buttons"_lang);
|
this->butText = TextBlock::New(10, 678, "inst.hd.buttons"_lang);
|
||||||
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
||||||
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, 6);
|
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, 6);
|
||||||
|
this->menu->SetItemsFocusColor(COLOR("#4f4f4dAA"));
|
||||||
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
||||||
this->Add(this->topRect);
|
this->Add(this->topRect);
|
||||||
this->Add(this->infoRect);
|
this->Add(this->infoRect);
|
||||||
|
@ -170,6 +170,7 @@ namespace inst::ui {
|
|||||||
this->butText = TextBlock::New(10, 678, "main.buttons"_lang);
|
this->butText = TextBlock::New(10, 678, "main.buttons"_lang);
|
||||||
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
||||||
this->optionMenu = pu::ui::elm::Menu::New(0, 95, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 94, 6);
|
this->optionMenu = pu::ui::elm::Menu::New(0, 95, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 94, 6);
|
||||||
|
this->optionMenu->SetItemsFocusColor(COLOR("#4f4f4dAA"));
|
||||||
this->optionMenu->SetScrollbarColor(COLOR("#1A1919FF"));
|
this->optionMenu->SetScrollbarColor(COLOR("#1A1919FF"));
|
||||||
this->installMenuItem = pu::ui::elm::MenuItem::New("main.menu.sd"_lang);
|
this->installMenuItem = pu::ui::elm::MenuItem::New("main.menu.sd"_lang);
|
||||||
this->installMenuItem->SetColor(COLOR("#FFFFFFFF"));
|
this->installMenuItem->SetColor(COLOR("#FFFFFFFF"));
|
||||||
|
@ -47,7 +47,7 @@ namespace inst::ui {
|
|||||||
this->butText = TextBlock::New(10, 678, "");
|
this->butText = TextBlock::New(10, 678, "");
|
||||||
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
||||||
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
||||||
this->menu->SetItemsFocusColor(COLOR("#4f4f4d33"));
|
this->menu->SetItemsFocusColor(COLOR("#4f4f4dAA"));
|
||||||
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
||||||
this->infoImage = Image::New(453, 292, "romfs:/images/icons/lan-connection-waiting.png");
|
this->infoImage = Image::New(453, 292, "romfs:/images/icons/lan-connection-waiting.png");
|
||||||
this->Add(this->topRect);
|
this->Add(this->topRect);
|
||||||
|
@ -47,7 +47,7 @@ namespace inst::ui {
|
|||||||
this->butText = TextBlock::New(10, 678, "options.buttons"_lang);
|
this->butText = TextBlock::New(10, 678, "options.buttons"_lang);
|
||||||
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
||||||
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
||||||
this->menu->SetItemsFocusColor(COLOR("#4f4f4d33"));
|
this->menu->SetItemsFocusColor(COLOR("#4f4f4dAA"));
|
||||||
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
||||||
this->Add(this->topRect);
|
this->Add(this->topRect);
|
||||||
this->Add(this->infoRect);
|
this->Add(this->infoRect);
|
||||||
|
@ -38,7 +38,7 @@ namespace inst::ui {
|
|||||||
this->butText = TextBlock::New(10, 678, "inst.sd.buttons"_lang);
|
this->butText = TextBlock::New(10, 678, "inst.sd.buttons"_lang);
|
||||||
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
||||||
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
||||||
this->menu->SetItemsFocusColor(COLOR("#4f4f4d33"));
|
this->menu->SetItemsFocusColor(COLOR("#4f4f4dAA"));
|
||||||
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
||||||
this->Add(this->topRect);
|
this->Add(this->topRect);
|
||||||
this->Add(this->infoRect);
|
this->Add(this->infoRect);
|
||||||
|
@ -37,7 +37,7 @@ namespace inst::ui {
|
|||||||
this->butText = TextBlock::New(10, 678, "");
|
this->butText = TextBlock::New(10, 678, "");
|
||||||
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
this->butText->SetColor(COLOR("#FFFFFFFF"));
|
||||||
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
this->menu = pu::ui::elm::Menu::New(0, 156, 1280, COLOR("#FFFFFF00"), COLOR("#4f4f4d33"), 84, (506 / 84));
|
||||||
this->menu->SetItemsFocusColor(COLOR("#4f4f4d33"));
|
this->menu->SetItemsFocusColor(COLOR("#4f4f4dAA"));
|
||||||
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
this->menu->SetScrollbarColor(COLOR("#1A1919FF"));
|
||||||
this->infoImage = Image::New(460, 332, "romfs:/images/icons/usb-connection-waiting.png");
|
this->infoImage = Image::New(460, 332, "romfs:/images/icons/usb-connection-waiting.png");
|
||||||
this->Add(this->topRect);
|
this->Add(this->topRect);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user