mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-11 23:57:21 -08:00
ux: auto-fetch interval input size
This commit is contained in:
parent
130c98ad40
commit
5a536fae06
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
IsChecked="{Binding EnableAutoFetch, Mode=TwoWay}"/>
|
||||
|
||||
<NumericUpDown Minimum="1" Maximum="60" Increment="1"
|
||||
Height="26"
|
||||
Height="26" Width="110"
|
||||
Margin="8,0,0,0" Padding="4"
|
||||
BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}"
|
||||
CornerRadius="3"
|
||||
|
|
Loading…
Reference in a new issue