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 02e71d4 commit 1896586Copy full SHA for 1896586
src/Views/Repository.axaml
@@ -162,9 +162,10 @@
162
<!-- Filter Branches -->
163
<Rectangle Grid.Row="2" Height=".65" HorizontalAlignment="Stretch" VerticalAlignment="Center" Fill="{DynamicResource Brush.Border2}"/>
164
<TextBox Grid.Row="3"
165
- Margin="4,2,4,0"
+ Margin="4,2,1,0"
166
Height="24"
167
BorderThickness="1"
168
+ CornerRadius="3"
169
BorderBrush="{DynamicResource Brush.Border2}"
170
Background="{DynamicResource Brush.Contents}"
171
Watermark="{DynamicResource Text.Repository.FilterBranchTip}"
0 commit comments