Skip to content

Commit ab73e5a

Browse files
committed
Micro-adjustment interface
1 parent 4e3e5ce commit ab73e5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

v2rayN/v2rayN.Desktop/Views/ProfilesView.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
CanUserResizeColumns="True"
9090
GridLinesVisibility="All"
9191
HeadersVisibility="All"
92+
ScrollViewer.AllowAutoHide="False"
9293
IsReadOnly="True"
9394
ItemsSource="{Binding ProfileItems}">
9495
<DataGrid.KeyBindings>

v2rayN/v2rayN/Views/OptionSettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@
764764
x:Name="cmbcurrentFontFamily"
765765
Grid.Row="15"
766766
Grid.Column="1"
767-
Width="200"
767+
Width="300"
768768
Margin="{StaticResource Margin8}"
769769
MaxDropDownHeight="1000"
770770
Style="{StaticResource DefComboBox}" />
@@ -867,7 +867,7 @@
867867
x:Name="cmbMainGirdOrientation"
868868
Grid.Row="21"
869869
Grid.Column="1"
870-
Width="300"
870+
Width="200"
871871
Margin="{StaticResource Margin8}"
872872
Style="{StaticResource DefComboBox}" />
873873

0 commit comments

Comments
 (0)