We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2407783 commit be1fe9bCopy full SHA for be1fe9b
1 file changed
docs/components_ItemGrid_Alpha.bs.html
@@ -8,17 +8,17 @@
8
m.alphaMenu.setFocus(false)
9
10
applyTheme()
11
+end sub
12
+
13
+sub applyTheme()
14
+ constants = m.global.constants
15
16
' show mic icon above alpha menu if remote supports voice commands
17
if m.global.device.hasVoiceRemote
18
alphaMic = m.top.findNode("alphaMic")
19
+ alphaMic.blendColor = constants.colorTextSecondary
20
alphaMic.visible = true
21
end if
-end sub
-
-sub applyTheme()
- constants = m.global.constants
22
' font sizes
23
m.alphaMenu.focusedFont.size = constants.fontSizeSmaller
24
m.alphaMenu.font.size = constants.fontSizeSmaller
0 commit comments