|
24 | 24 | </v:HistoriesLayout.ColumnDefinitions>
|
25 | 25 |
|
26 | 26 | <Grid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3">
|
27 |
| - <Grid RowDefinitions="24,*" Grid.IsSharedSizeScope="True"> |
| 27 | + <Grid RowDefinitions="24,*" Grid.IsSharedSizeScope="True" ClipToBounds="True"> |
28 | 28 | <!-- Headers -->
|
29 | 29 | <Border Grid.Row="0"
|
30 | 30 | Background="{DynamicResource Brush.Window}"
|
31 | 31 | BorderThickness="0,0,0,1"
|
32 | 32 | BorderBrush="{DynamicResource Brush.Border0}">
|
33 | 33 | <Grid>
|
34 | 34 | <Grid.ColumnDefinitions>
|
35 |
| - <ColumnDefinition Width="*" MinWidth="100"/> |
| 35 | + <ColumnDefinition Width="*"/> |
36 | 36 | <ColumnDefinition Width="3"/>
|
37 | 37 | <ColumnDefinition Width="{Binding #ThisControl.AuthorNameColumnWidth, Mode=TwoWay}" MinWidth="80"/>
|
38 |
| - <ColumnDefinition SharedSizeGroup="SHA"/> |
39 |
| - <ColumnDefinition SharedSizeGroup="Time"/> |
| 38 | + <ColumnDefinition SharedSizeGroup="SHA" MinWidth="100"/> |
| 39 | + <ColumnDefinition SharedSizeGroup="Time" MinWidth="160"/> |
40 | 40 | </Grid.ColumnDefinitions>
|
41 | 41 |
|
42 | 42 | <TextBlock Grid.Column="0" Classes="table_header" Text="{DynamicResource Text.Histories.Header.GraphAndSubject}" HorizontalAlignment="Center"/>
|
|
121 | 121 | <Grid.ColumnDefinitions>
|
122 | 122 | <ColumnDefinition Width="*"/>
|
123 | 123 | <ColumnDefinition Width="{Binding #ThisControl.AuthorNameColumnWidth, Mode=OneWay}"/>
|
124 |
| - <ColumnDefinition SharedSizeGroup="SHA" Width="Auto" MinWidth="100"/> |
125 |
| - <ColumnDefinition SharedSizeGroup="Time" Width="Auto" MinWidth="160"/> |
| 124 | + <ColumnDefinition SharedSizeGroup="SHA" Width="Auto"/> |
| 125 | + <ColumnDefinition SharedSizeGroup="Time" Width="Auto"/> |
126 | 126 | </Grid.ColumnDefinitions>
|
127 | 127 |
|
128 | 128 | <!-- Subject & REFS -->
|
|
0 commit comments