Skip to content

Commit ee6c360

Browse files
committed
ux: z order of horizontal indicator line
1 parent dca8f8b commit ee6c360

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Views/CommitMessageTextBox.axaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
CornerRadius="4">
1515
<Grid RowDefinitions="*,Auto">
1616
<Grid Grid.Row="0">
17+
<Rectangle x:Name="SubjectGuideLine"
18+
Height="1"
19+
HorizontalAlignment="Stretch"
20+
VerticalAlignment="Top"
21+
IsHitTestVisible="False"
22+
Fill="{DynamicResource Brush.Border2}"/>
23+
1724
<ae:TextEditor x:Name="TextEditor"
1825
Foreground="{DynamicResource Brush.FG1}"
1926
Background="Transparent"
@@ -31,13 +38,6 @@
3138
Margin="2,1"
3239
IsVisible="{Binding #ThisControl.Text, Converter={x:Static StringConverters.IsNullOrEmpty}}"
3340
IsHitTestVisible="False"/>
34-
35-
<Rectangle x:Name="SubjectGuideLine"
36-
Height="1"
37-
HorizontalAlignment="Stretch"
38-
VerticalAlignment="Top"
39-
IsHitTestVisible="False"
40-
Fill="{DynamicResource Brush.Border2}"/>
4141
</Grid>
4242

4343
<Border Grid.Row="1" CornerRadius="0,0,4,4" BorderThickness="0,1,0,0" BorderBrush="{DynamicResource Brush.Border2}" Background="{DynamicResource Brush.Window}" ClipToBounds="True">

0 commit comments

Comments
 (0)