mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
ux: change delay time to show/hide scrollbar (#139)
This commit is contained in:
parent
717e6b4faf
commit
82b00b357b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
<Style.Resources>
|
||||
<x:Double x:Key="ScrollBarSize">12</x:Double>
|
||||
</Style.Resources>
|
||||
|
||||
<Setter Property="ShowDelay" Value="0:0:0.1"/>
|
||||
<Setter Property="HideDelay" Value="0:0:0.2"/>
|
||||
</Style>
|
||||
|
||||
<Style Selector="ContentPresenter">
|
||||
|
|
Loading…
Reference in a new issue