core: graphics: add switch_greekmath label flags
The label for the layout switcher should be gray and have a small font. Add the flags for it.
This commit is contained in:
parent
bb2a2c24f9
commit
92983bcc99
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ struct Label<'a> {
|
||||||
small: bool,
|
small: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
const LABELS: [Label; 24] = [
|
const LABELS: [Label; 25] = [
|
||||||
Label { label: "123+",
|
Label { label: "123+",
|
||||||
secondary: true, small: true, },
|
secondary: true, small: true, },
|
||||||
Label { label: "ABC",
|
Label { label: "ABC",
|
||||||
|
|
@ -118,6 +118,8 @@ const LABELS: [Label; 24] = [
|
||||||
secondary: true, small: true, },
|
secondary: true, small: true, },
|
||||||
Label { label: "Meta",
|
Label { label: "Meta",
|
||||||
secondary: true, small: true, },
|
secondary: true, small: true, },
|
||||||
|
Label { label: "πλ∇¬",
|
||||||
|
secondary: true, small: true, },
|
||||||
Label { label: "\u{2190}", // LEFTWARDS ARROW
|
Label { label: "\u{2190}", // LEFTWARDS ARROW
|
||||||
secondary: true, small: false, },
|
secondary: true, small: false, },
|
||||||
Label { label: "\u{2191}", // UPWARDS ARROW
|
Label { label: "\u{2191}", // UPWARDS ARROW
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue