mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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 -->
|
<!-- Filter Branches -->
|
||||||
<Rectangle Grid.Row="2" Height=".65" HorizontalAlignment="Stretch" VerticalAlignment="Center" Fill="{DynamicResource Brush.Border2}"/>
|
<Rectangle Grid.Row="2" Height=".65" HorizontalAlignment="Stretch" VerticalAlignment="Center" Fill="{DynamicResource Brush.Border2}"/>
|
||||||
<TextBox Grid.Row="3"
|
<TextBox Grid.Row="3"
|
||||||
Margin="4,2,4,0"
|
Margin="4,2,1,0"
|
||||||
Height="24"
|
Height="24"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
|
CornerRadius="3"
|
||||||
BorderBrush="{DynamicResource Brush.Border2}"
|
BorderBrush="{DynamicResource Brush.Border2}"
|
||||||
Background="{DynamicResource Brush.Contents}"
|
Background="{DynamicResource Brush.Contents}"
|
||||||
Watermark="{DynamicResource Text.Repository.FilterBranchTip}"
|
Watermark="{DynamicResource Text.Repository.FilterBranchTip}"
|
||||||
|
|
Loading…
Reference in a new issue