mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
ux: style for branch filter input box
This commit is contained in:
parent
02e71d4d75
commit
1896586f5e
1 changed files with 2 additions and 1 deletions
|
@ -162,9 +162,10 @@
|
|||
<!-- Filter Branches -->
|
||||
<Rectangle Grid.Row="2" Height=".65" HorizontalAlignment="Stretch" VerticalAlignment="Center" Fill="{DynamicResource Brush.Border2}"/>
|
||||
<TextBox Grid.Row="3"
|
||||
Margin="4,2,4,0"
|
||||
Margin="4,2,1,0"
|
||||
Height="24"
|
||||
BorderThickness="1"
|
||||
CornerRadius="3"
|
||||
BorderBrush="{DynamicResource Brush.Border2}"
|
||||
Background="{DynamicResource Brush.Contents}"
|
||||
Watermark="{DynamicResource Text.Repository.FilterBranchTip}"
|
||||
|
|
Loading…
Reference in a new issue