|
20 | 20 | <Setter Property="Margin" Value="10 0 -20 0"/>
|
21 | 21 | </Style>
|
22 | 22 | </UserControl.Styles>
|
23 |
| - <Grid Name="rootGrid" RowDefinitions="Auto,Auto,*,Auto,Auto"> |
| 23 | + <Grid Name="rootGrid" RowDefinitions="Auto,Auto,Auto,*,Auto,Auto"> |
24 | 24 | <Menu>
|
25 | 25 | <MenuItem Header="_File">
|
26 | 26 | <MenuItem Header="E_xit" Command="{Binding $parent[Window].Close}" />
|
|
251 | 251 | </MenuItem>
|
252 | 252 | </MenuItem>
|
253 | 253 | </Menu>
|
| 254 | + |
254 | 255 |
|
255 |
| - <TabStrip Grid.Row="1" SelectedIndex="{Binding SelectedTab, Mode=TwoWay}"> |
| 256 | + <HyperlinkButton Grid.Row="1" |
| 257 | + CornerRadius="0" |
| 258 | + NavigateUri="https://avaloniaui.net/accelerate" |
| 259 | + Content="Try the new Avalonia Dev Tools – now available in Accelerate." |
| 260 | + Background="#F3ECC0" Foreground="#746D44" |
| 261 | + Height="30" |
| 262 | + HorizontalAlignment="Stretch" |
| 263 | + HorizontalContentAlignment="Center" VerticalContentAlignment="Bottom" |
| 264 | + FontWeight="Bold" FontSize="14"/> |
| 265 | + |
| 266 | + |
| 267 | + <TabStrip Grid.Row="2" SelectedIndex="{Binding SelectedTab, Mode=TwoWay}"> |
256 | 268 | <TabStripItem Content="Logical Tree" />
|
257 | 269 | <TabStripItem Content="Visual Tree" />
|
258 | 270 | <TabStripItem Content="Events" />
|
259 | 271 | <TabStripItem Content="HotKeys" IsVisible="False" />
|
260 | 272 | </TabStrip>
|
261 | 273 |
|
262 |
| - <ContentControl Grid.Row="2" |
| 274 | + <ContentControl Grid.Row="3" |
263 | 275 | BorderBrush="{DynamicResource ThemeControlMidBrush}"
|
264 | 276 | BorderThickness="0,1,0,0"
|
265 | 277 | Content="{Binding Content}" />
|
266 | 278 |
|
267 |
| - <GridSplitter Name="consoleSplitter" Grid.Row="3" Height="1" |
| 279 | + <GridSplitter Name="consoleSplitter" Grid.Row="4" Height="1" |
268 | 280 | Background="{DynamicResource ThemeControlMidBrush}"
|
269 | 281 | IsVisible="False" />
|
270 | 282 |
|
271 |
| - <Border Grid.Row="4" |
| 283 | + <Border Grid.Row="5" |
272 | 284 | BorderBrush="{DynamicResource ThemeControlMidBrush}"
|
273 | 285 | BorderThickness="0,1,0,0">
|
274 | 286 | <Grid ColumnDefinitions="*, Auto">
|
|
0 commit comments