convert role to scrollinglabel

This commit is contained in:
sevenrats 2023-02-08 10:29:44 -05:00
parent c007bfde05
commit 3ec90bf1ae
2 changed files with 6 additions and 1 deletions

View File

@ -24,8 +24,10 @@ end sub
sub focusChanged() sub focusChanged()
if m.top.itemHasFocus = true if m.top.itemHasFocus = true
m.name.repeatCount = -1 m.name.repeatCount = -1
m.role.repeatCount = -1
else else
m.name.repeatCount = 0 m.name.repeatCount = 0
m.role.repeatCount = 0
end if end if
if m.deviceInfo.IsAudioGuideEnabled() = true if m.deviceInfo.IsAudioGuideEnabled() = true

View File

@ -12,7 +12,10 @@
horizAlign="center" vertAlign="bottom" horizAlign="center" vertAlign="bottom"
maxWidth="266" height="48" maxWidth="266" height="48"
font="font:SmallestBoldSystemFont" repeatCount="0"/> font="font:SmallestBoldSystemFont" repeatCount="0"/>
<Label id="SubTitle" horizAlign="center" vertAlign="center" font="font:SmallestBoldSystemFont" height="32" color="#A7A7A7FF" /> <ScrollingLabel id="SubTitle"
horizAlign="center" vertAlign="center"
maxWidth="234" height="32"
font="font:SmallestBoldSystemFont" color="#A7A7A7FF" repeatCount = "0" />
</LayoutGroup> </LayoutGroup>
</children> </children>
</component> </component>