We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55114ec commit 9b45a68Copy full SHA for 9b45a68
src/Files.App/Actions/Display/LayoutAction.cs
@@ -66,7 +66,7 @@ public override string Label
66
=> "Grid".GetLocalizedResource();
67
68
public override string Description
69
- => "LayoutGridescription".GetLocalizedResource();
+ => "LayoutGridDescription".GetLocalizedResource();
70
71
public override RichGlyph Glyph
72
=> new(opacityStyle: "Icons.GridLayout.16x16");
@@ -111,7 +111,7 @@ public override RichGlyph Glyph
111
=> new("\uF576");
112
113
public override HotKey HotKey
114
- => new(Keys.Number8, KeyModifiers.CtrlShift);
+ => new(Keys.Number6, KeyModifiers.CtrlShift);
115
116
protected override void OnContextChanged(string propertyName)
117
{
0 commit comments