|
122 | 122 | Command="{x:Bind Commands.NewWindow}" |
123 | 123 | KeyboardAcceleratorTextOverride="{x:Bind Commands.NewWindow.HotKeyText, Mode=OneWay}" |
124 | 124 | Text="{x:Bind Commands.NewWindow.Label}" |
125 | | - ThemedIconStyle ="{x:Bind Commands.NewWindow.ThemedIconStyle}" /> |
| 125 | + ThemedIconStyle="{x:Bind Commands.NewWindow.ThemedIconStyle}" /> |
126 | 126 |
|
127 | 127 | <!-- Enter Compact Overlay --> |
128 | 128 | <uc:MenuFlyoutItemWithThemedIcon |
129 | 129 | x:Name="EnterCompactOverlayTabActionButton" |
130 | 130 | x:Load="{x:Bind Commands.EnterCompactOverlay.IsExecutable, Mode=OneWay}" |
131 | 131 | Command="{x:Bind Commands.EnterCompactOverlay}" |
132 | 132 | Text="{x:Bind Commands.EnterCompactOverlay.Label}" |
133 | | - ThemedIconStyle ="{x:Bind Commands.EnterCompactOverlay.ThemedIconStyle}" /> |
| 133 | + ThemedIconStyle="{x:Bind Commands.EnterCompactOverlay.ThemedIconStyle}" /> |
134 | 134 |
|
135 | 135 | <!-- Exit Compact Overlay --> |
136 | 136 | <uc:MenuFlyoutItemWithThemedIcon |
137 | 137 | x:Name="ExitCompactOverlayTabActionButton" |
138 | 138 | x:Load="{x:Bind Commands.ExitCompactOverlay.IsExecutable, Mode=OneWay}" |
139 | 139 | Command="{x:Bind Commands.ExitCompactOverlay}" |
140 | 140 | Text="{x:Bind Commands.ExitCompactOverlay.Label}" |
141 | | - ThemedIconStyle ="{x:Bind Commands.ExitCompactOverlay.ThemedIconStyle}" /> |
| 141 | + ThemedIconStyle="{x:Bind Commands.ExitCompactOverlay.ThemedIconStyle}" /> |
142 | 142 |
|
143 | 143 | <!-- Add Pane --> |
144 | 144 | <MenuFlyoutSubItem |
|
152 | 152 | Command="{x:Bind Commands.AddHorizontalPane, Mode=OneWay}" |
153 | 153 | KeyboardAcceleratorTextOverride="{x:Bind Commands.AddHorizontalPane.HotKeyText, Mode=OneWay}" |
154 | 154 | Text="{x:Bind Commands.AddHorizontalPane.Label}" |
155 | | - ThemedIconStyle ="{x:Bind Commands.AddHorizontalPane.ThemedIconStyle}" /> |
| 155 | + ThemedIconStyle="{x:Bind Commands.AddHorizontalPane.ThemedIconStyle}" /> |
156 | 156 |
|
157 | 157 | <!-- Vertical --> |
158 | 158 | <uc:MenuFlyoutItemWithThemedIcon |
159 | 159 | x:Name="AddVerticalPaneTabActionButton" |
160 | 160 | Command="{x:Bind Commands.AddVerticalPane, Mode=OneWay}" |
161 | 161 | KeyboardAcceleratorTextOverride="{x:Bind Commands.AddVerticalPane.HotKeyText, Mode=OneWay}" |
162 | 162 | Text="{x:Bind Commands.AddVerticalPane.Label}" |
163 | | - ThemedIconStyle ="{x:Bind Commands.AddVerticalPane.ThemedIconStyle}" /> |
| 163 | + ThemedIconStyle="{x:Bind Commands.AddVerticalPane.ThemedIconStyle}" /> |
164 | 164 | </MenuFlyoutSubItem.Items> |
165 | 165 | </MenuFlyoutSubItem> |
166 | 166 |
|
|
177 | 177 | IsChecked="{x:Bind Commands.ArrangePanesHorizontally.IsOn, Mode=OneWay}" |
178 | 178 | KeyboardAcceleratorTextOverride="{x:Bind Commands.ArrangePanesHorizontally.HotKeyText, Mode=OneWay}" |
179 | 179 | Text="{x:Bind Commands.ArrangePanesHorizontally.Label}" |
180 | | - ThemedIconStyle ="{x:Bind Commands.ArrangePanesHorizontally.ThemedIconStyle}" /> |
| 180 | + ThemedIconStyle="{x:Bind Commands.ArrangePanesHorizontally.ThemedIconStyle}" /> |
181 | 181 |
|
182 | 182 | <!-- Vertical --> |
183 | 183 | <uc:ToggleMenuFlyoutItemWithThemedIcon |
|
186 | 186 | IsChecked="{x:Bind Commands.ArrangePanesVertically.IsOn, Mode=OneWay}" |
187 | 187 | KeyboardAcceleratorTextOverride="{x:Bind Commands.ArrangePanesVertically.HotKeyText, Mode=OneWay}" |
188 | 188 | Text="{x:Bind Commands.ArrangePanesVertically.Label}" |
189 | | - ThemedIconStyle ="{x:Bind Commands.ArrangePanesVertically.ThemedIconStyle}" /> |
| 189 | + ThemedIconStyle="{x:Bind Commands.ArrangePanesVertically.ThemedIconStyle}" /> |
190 | 190 | </MenuFlyoutSubItem.Items> |
191 | 191 | </MenuFlyoutSubItem> |
192 | 192 |
|
|
197 | 197 | Command="{x:Bind Commands.CloseActivePane}" |
198 | 198 | KeyboardAcceleratorTextOverride="{x:Bind Commands.CloseActivePane.HotKeyText, Mode=OneWay}" |
199 | 199 | Text="{x:Bind Commands.CloseActivePane.Label}" |
200 | | - ThemedIconStyle ="{x:Bind Commands.CloseActivePane.ThemedIconStyle}" /> |
| 200 | + ThemedIconStyle="{x:Bind Commands.CloseActivePane.ThemedIconStyle}" /> |
201 | 201 |
|
202 | 202 | </MenuFlyout> |
203 | 203 | </Button.Flyout> |
|
0 commit comments