Formatting update
Fixed alignment in code formatting
This commit is contained in:
parent
8cf28bfadf
commit
e3199771f9
1 changed files with 6 additions and 6 deletions
|
@ -153,17 +153,17 @@ static NavigationMap navMap[] =
|
|||
|
||||
#ifndef RASPBERRY
|
||||
// PanelDisplay
|
||||
{ "sldWidth", "Display", "", "Frameskip", "sldHeight" },
|
||||
{ "sldHeight", "Display", "", "sldWidth", "sldVertPos" },
|
||||
{ "sldVertPos", "Display", "", "sldHeight", "Frameskip" },
|
||||
{ "Frameskip", "Display", "Display", "sldVertPos", "sldWidth" },
|
||||
{ "sldWidth", "", "", "Frameskip", "sldHeight" },
|
||||
{ "sldHeight", "", "", "sldWidth", "sldVertPos" },
|
||||
{ "sldVertPos", "", "", "sldHeight", "Frameskip" },
|
||||
{ "Frameskip", "Display", "Display", "sldVertPos", "sldWidth" },
|
||||
#else
|
||||
// PanelDisplay
|
||||
{ "sldWidth", "", "", "Frameskip", "sldHeight" },
|
||||
{ "sldHeight", "", "", "sldWidth", "sldVertPos" },
|
||||
{ "sldVertPos", "", "", "sldHeight", "FSRatio" },
|
||||
{ "FSRatio", "", "", "sldVertPos", "4by3Ratio" },
|
||||
{ "4by3Ratio", "Display", "Display", "FSRatio", "Frameskip" },
|
||||
{ "FSRatio", "", "", "sldVertPos", "4by3Ratio" },
|
||||
{ "4by3Ratio", "Display", "Display", "FSRatio", "Frameskip" },
|
||||
{ "Frameskip", "Display", "Display", "4by3Ratio", "sldWidth" },
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue