File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 2225
2225
Click =" OnAddCustomShortCutClick"
2226
2226
Content =" {DynamicResource add}" />
2227
2227
</StackPanel >
2228
- </StackPanel >
2228
+
2229
+ <TextBlock
2230
+ Margin =" 0,0,12,2"
2231
+ Padding =" 0,12,0,0"
2232
+ VerticalAlignment =" Center"
2233
+ FontSize =" 14"
2234
+ Foreground =" {DynamicResource Color05B}"
2235
+ Text =" Built-in Shortcuts" />
2236
+ <ListView
2237
+ MinHeight =" 185"
2238
+ Margin =" 0,6,0,0"
2239
+ Background =" {DynamicResource Color02B}"
2240
+ BorderBrush =" DarkGray"
2241
+ BorderThickness =" 1"
2242
+ ItemsSource =" {Binding Settings.BuiltinShortcuts}"
2243
+ Style =" {StaticResource {x:Static GridView.GridViewStyleKey}}" >
2244
+ <ListView .View>
2245
+ <GridView >
2246
+ <GridViewColumn Header =" {DynamicResource customShortcut}" >
2247
+ <GridViewColumn .CellTemplate>
2248
+ <DataTemplate >
2249
+ <TextBlock Text =" {Binding Key}" />
2250
+ </DataTemplate >
2251
+ </GridViewColumn .CellTemplate>
2252
+ </GridViewColumn >
2253
+ <GridViewColumn Header =" Description" >
2254
+ <GridViewColumn .CellTemplate>
2255
+ <DataTemplate >
2256
+ <TextBlock Text =" {Binding Description}" />
2257
+ </DataTemplate >
2258
+ </GridViewColumn .CellTemplate>
2259
+ </GridViewColumn >
2260
+ </GridView >
2261
+ </ListView .View>
2262
+ </ListView >
2263
+ </StackPanel >
2229
2264
</Grid >
2230
2265
</Border >
2231
2266
</ScrollViewer >
You can’t perform that action at this time.
0 commit comments