Skip to content

Commit 00c237f

Browse files
committed
ux: the left change list in RevisionCompare uses the same width with it in CommitChanges view (#2055)
Signed-off-by: leo <longshuang@msn.cn>
1 parent f55bed2 commit 00c237f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/RevisionCompare.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<!-- Changes View -->
6161
<Grid Grid.Row="1">
6262
<Grid.ColumnDefinitions>
63-
<ColumnDefinition Width="256" MinWidth="200"/>
63+
<ColumnDefinition Width="{Binding Source={x:Static vm:Preferences.Instance}, Path=Layout.CommitDetailChangesLeftWidth, Mode=TwoWay}" MinWidth="200"/>
6464
<ColumnDefinition Width="4"/>
65-
<ColumnDefinition Width="*"/>
65+
<ColumnDefinition Width="*" MinWidth="100"/>
6666
</Grid.ColumnDefinitions>
6767

6868
<Grid Grid.Column="0" RowDefinitions="26,*,26">

0 commit comments

Comments
 (0)