mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-01 04:52:51 +00:00
Compare commits
No commits in common. "d77df333b6e4058fec452f402e22f8a605cac21f" and "9e8950408723077e05a0dd401944a6636fe14ece" have entirely different histories.
d77df333b6
...
9e89504087
2 changed files with 2 additions and 3 deletions
|
|
@ -149,7 +149,6 @@
|
|||
BasedOn="{StaticResource MaterialDesignDataGrid}"
|
||||
TargetType="{x:Type DataGrid}">
|
||||
<Setter Property="FontSize" Value="{DynamicResource StdFontSize}" />
|
||||
<Setter Property="KeyboardNavigation.TabNavigation" Value="Once" />
|
||||
</Style>
|
||||
<Style
|
||||
x:Key="DefTextBox"
|
||||
|
|
@ -175,7 +174,6 @@
|
|||
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,7 +91,8 @@
|
|||
HeadersVisibility="All"
|
||||
IsReadOnly="True"
|
||||
RowHeaderWidth="40"
|
||||
Style="{StaticResource DefDataGrid}">
|
||||
Style="{StaticResource DefDataGrid}"
|
||||
KeyboardNavigation.TabNavigation="Once">
|
||||
<DataGrid.InputBindings>
|
||||
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+C" />
|
||||
<KeyBinding Command="ApplicationCommands.NotACommand" Gesture="Ctrl+V" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue