2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 16:27:43 +00:00

Icon classes with Button integration

This commit is contained in:
Jack Andersen
2016-01-18 13:32:16 -10:00
parent 29ccd701c5
commit c08a9e5355
12 changed files with 264 additions and 84 deletions

View File

@@ -33,7 +33,7 @@ void Menu::reset(IMenuNode* rootNode)
m_subMenu.reset();
const std::string* headText = rootNode->text();
m_headText->typesetGlyphs(headText?*headText:"", rootView().themeData().uiText());
m_headText->typesetGlyphs(headText?*headText:"", rootView().themeData().uiAltText());
float pf = rootView().viewRes().pixelFactor();
int itemAdv = (ROW_HEIGHT + ITEM_MARGIN*2) * pf;