We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3dfcd commit 9debee6Copy full SHA for 9debee6
src/Files.App/UserControls/SidebarControl.xaml
@@ -367,7 +367,8 @@
367
<CompositeTransform x:Name="PaneTransform" />
368
</Grid.RenderTransform>
369
370
- <Border Child="{TemplateBinding Pane}" />
+ <!-- Margin enables users to grab the scrollbar -->
371
+ <Border Padding="2" Child="{TemplateBinding Pane}" />
372
373
<Rectangle
374
x:Name="HCPaneBorder"
@@ -384,7 +385,7 @@
384
385
Grid.Row="0"
386
Grid.RowSpan="2"
387
Grid.Column="{Binding ElementName=PaneRoot, Path=(Grid.Column), Mode=OneWay}"
- Width="8"
388
+ Width="4"
389
HorizontalAlignment="Right"
390
AllowFocusOnInteraction="True"
391
Background="Transparent"
0 commit comments