ux: style change for InteractiveRebase

This commit is contained in:
leo 2024-06-20 20:03:01 +08:00
parent 8c8e09aa67
commit b39d33a897
No known key found for this signature in database

View file

@ -63,7 +63,7 @@
</Grid> </Grid>
<!-- Body --> <!-- Body -->
<Border Grid.Row="2" Margin="8,0,8,8" BorderThickness="1" BorderBrush="{DynamicResource Brush.Border0}"> <Border Grid.Row="2" Margin="8,0,8,8" BorderThickness="1" BorderBrush="{DynamicResource Brush.Border2}">
<Grid RowDefinitions="*,3,*"> <Grid RowDefinitions="*,3,*">
<DataGrid Grid.Row="0" <DataGrid Grid.Row="0"
Background="{DynamicResource Brush.Contents}" Background="{DynamicResource Brush.Contents}"
@ -178,7 +178,7 @@
<Button Classes="icon_button" IsVisible="{Binding Action, Converter={x:Static c:InteractiveRebaseActionConverters.CanEditMessage}}"> <Button Classes="icon_button" IsVisible="{Binding Action, Converter={x:Static c:InteractiveRebaseActionConverters.CanEditMessage}}">
<Button.Flyout> <Button.Flyout>
<Flyout Placement="BottomEdgeAlignedLeft"> <Flyout Placement="BottomEdgeAlignedLeft">
<Panel Width="600" Height="200"> <Panel Width="600" Height="120">
<TextBox Grid.Row="0" <TextBox Grid.Row="0"
CornerRadius="2" CornerRadius="2"
AcceptsReturn="True" AcceptsReturn="True"