1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:05:26 +03:00

Renamed section left/right images

Since we adopted the circular navigation, there is no more need for
separate enabled and disabled images.
This commit is contained in:
Maarten ter Huurne 2013-08-12 01:38:32 +02:00
parent de30b3f98f
commit 02dd542ea5
9 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

View File

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B

View File

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

View File

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 281 B

View File

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 462 B

View File

@ -229,8 +229,8 @@ void Menu::paint(Surface &s) {
s.write(&font, sections[j], x, topBarHeight - sectionLinkPadding,
Font::HAlignCenter, Font::VAlignBottom);
}
sc.skinRes("imgs/l_enabled.png")->blit(&s, 0, 0);
sc.skinRes("imgs/r_enabled.png")->blit(&s, width - 10, 0);
sc.skinRes("imgs/section-l.png")->blit(&s, 0, 0);
sc.skinRes("imgs/section-r.png")->blit(&s, width - 10, 0);
vector<Link*> &sectionLinks = links[iSection];
const uint numLinks = sectionLinks.size();