File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -366,10 +366,10 @@ impl<'a> Menu<'a> {
366
366
pub enum PageStyle {
367
367
#[ default]
368
368
PictureNormal , // Picture (should be 16x16) with two lines of text (page layout depends on device).
369
- PictureBold , // Icon on top with one line of text on the bottom.
370
- BoldNormal , // One line of bold text and one line of normal text.
371
- Normal , // 2 lines of centered text.
372
- BoldCenteredNormal , // 2 lines of centered text, where the first one is bold
369
+ PictureBold , // Icon on top with one line of text on the bottom.
370
+ BoldNormal , // One line of bold text and one line of normal text.
371
+ Normal , // 2 lines of centered text.
372
+ BoldCenteredNormal , // 2 lines of centered text, where the first one is bold
373
373
}
374
374
375
375
#[ derive( Copy , Clone , Default ) ]
You can’t perform that action at this time.
0 commit comments