mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-29 11:32:53 +00:00
Compare commits
2 commits
9e89504087
...
d77df333b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d77df333b6 | ||
|
|
e9f62913ca |
2 changed files with 3 additions and 2 deletions
|
|
@ -149,6 +149,7 @@
|
|||
BasedOn="{StaticResource MaterialDesignDataGrid}"
|
||||
TargetType="{x:Type DataGrid}">
|
||||
<Setter Property="FontSize" Value="{DynamicResource StdFontSize}" />
|
||||
<Setter Property="KeyboardNavigation.TabNavigation" Value="Once" />
|
||||
</Style>
|
||||
<Style
|
||||
x:Key="DefTextBox"
|
||||
|
|
@ -174,6 +175,7 @@
|
|||
BasedOn="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBoxItem}"
|
||||
TargetType="{x:Type ListBoxItem}">
|
||||
<Setter Property="Margin" Value="-2,0" />
|
||||
<Setter Property="AutomationProperties.Name" Value="{Binding Remarks}" />
|
||||
</Style>
|
||||
<Style
|
||||
x:Key="MyOutlinedTextComboBox"
|
||||
|
|
|
|||
|
|
@ -91,8 +91,7 @@
|
|||
HeadersVisibility="All"
|
||||
IsReadOnly="True"
|
||||
RowHeaderWidth="40"
|
||||
Style="{StaticResource DefDataGrid}"
|
||||
KeyboardNavigation.TabNavigation="Once">
|
||||
Style="{StaticResource DefDataGrid}">
|
||||
<DataGrid.InputBindings>
|
||||
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+C" />
|
||||
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+V" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue