|
19 | 19 | <conv:FileNodeToArchiveVisibleConverter x:Key="FileNodeToArchiveVisible"/> |
20 | 20 | </UserControl.Resources> |
21 | 21 |
|
22 | | - <Grid x:Name="MainGrid" ColumnDefinitions="300, 4, *" RowDefinitions="*, 4, 150, Auto"> |
| 22 | + <Grid x:Name="MainGrid" ColumnDefinitions="225, 4, *" RowDefinitions="*, Auto"> |
23 | 23 | <!-- Tree View --> |
24 | 24 | <TreeView Grid.Column="0" Grid.Row="0" |
25 | 25 | ItemsSource="{Binding Nodes}" SelectedItem="{Binding SelectedNode}" |
|
49 | 49 | </TreeView.ItemContainerTheme> |
50 | 50 | </TreeView> |
51 | 51 |
|
52 | | - <!-- Splitter 1 --> |
53 | | - <GridSplitter Grid.Column="0" Grid.Row="1" ResizeDirection="Rows" Background="LightGray"/> |
54 | | - |
55 | | - <!-- History Panel --> |
56 | | - <Border Grid.Column="0" Grid.Row="2" BorderBrush="Gray" BorderThickness="0,1,0,0"> |
57 | | - <ListBox ItemsSource="{Binding ChangeLog}" Background="Transparent"/> |
58 | | - </Border> |
59 | | - |
60 | | - <!-- Splitter 2 --> |
61 | | - <GridSplitter Grid.Column="1" Grid.Row="0" Grid.RowSpan="3" ResizeDirection="Columns" Background="LightGray"/> |
| 52 | + <!-- Column Splitter --> |
| 53 | + <GridSplitter Grid.Column="1" Grid.Row="0" ResizeDirection="Columns" Background="LightGray"/> |
62 | 54 |
|
63 | 55 | <!-- Viewer Panel (no chat button for Android) --> |
64 | | - <Grid Grid.Column="2" Grid.Row="0" Grid.RowSpan="3" RowDefinitions="Auto, *"> |
| 56 | + <Grid Grid.Column="2" Grid.Row="0" RowDefinitions="Auto, *"> |
65 | 57 | <!-- Navigation Toolbar --> |
66 | 58 | <Grid Grid.Row="0" ColumnDefinitions="Auto, Auto, Auto, *" Margin="5"> |
67 | 59 | <Button Grid.Column="0" Command="{Binding NavigateBackCommand}" Margin="0,0,5,0" Width="30" ToolTip.Tip="Back"> |
|
199 | 191 | </Grid> |
200 | 192 |
|
201 | 193 | <!-- Status Bar --> |
202 | | - <Border Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="3" Padding="8,6"> |
| 194 | + <Border Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="3" Padding="8,6"> |
203 | 195 | <Grid ColumnDefinitions="*,Auto"> |
204 | 196 | <SelectableTextBlock Grid.Column="0" Text="{Binding StatusMessage}" FontWeight="Bold" VerticalAlignment="Center"/> |
205 | 197 | <TextBlock Grid.Column="1" Text="{Binding AppVersionDisplay}" VerticalAlignment="Center" Foreground="Gray"/> |
|
0 commit comments