Skip to content

Commit 6c390d2

Browse files
committed
ux: layout of stage page
Signed-off-by: leo <[email protected]>
1 parent 6cc0c54 commit 6c390d2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Views/StashChanges.axaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<TextBlock FontSize="18"
1212
Classes="bold"
1313
Text="{DynamicResource Text.Stash.Title}"/>
14-
<Grid Margin="8,16,0,0" RowDefinitions="32,Auto,Auto,32" ColumnDefinitions="120,*">
14+
<Grid Margin="8,16,0,0" RowDefinitions="32,Auto,Auto,32,Auto" ColumnDefinitions="120,*">
1515
<TextBlock Grid.Row="0" Grid.Column="0"
1616
HorizontalAlignment="Right"
1717
Margin="8,0"
@@ -23,13 +23,6 @@
2323
Watermark="{DynamicResource Text.Stash.Message.Placeholder}"
2424
v:AutoFocusBehaviour.IsEnabled="True"/>
2525

26-
<TextBlock Grid.Row="1" Grid.Column="1"
27-
Margin="0,4,0,0"
28-
Text="{DynamicResource Text.Stash.TipForSelectedFiles}"
29-
TextWrapping="Wrap"
30-
Foreground="{DynamicResource Brush.FG2}"
31-
IsVisible="{Binding HasSelectedFiles}"/>
32-
3326
<CheckBox Grid.Row="1" Grid.Column="1"
3427
Height="32"
3528
Content="{DynamicResource Text.Stash.IncludeUntracked}"
@@ -46,6 +39,13 @@
4639
Height="32"
4740
Content="{DynamicResource Text.Stash.KeepIndex}"
4841
IsChecked="{Binding KeepIndex, Mode=TwoWay}"/>
42+
43+
<TextBlock Grid.Row="4" Grid.Column="1"
44+
Margin="0,4,0,0"
45+
Text="{DynamicResource Text.Stash.TipForSelectedFiles}"
46+
TextWrapping="Wrap"
47+
Foreground="{DynamicResource Brush.FG2}"
48+
IsVisible="{Binding HasSelectedFiles}"/>
4949
</Grid>
5050
</StackPanel>
5151
</UserControl>

0 commit comments

Comments
 (0)