Skip to content

Commit 40e381c

Browse files
committed
feat: update ContentPresenter alignment in MainWindow
1 parent 1a373fe commit 40e381c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/ProjectRover/MainWindow.axaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
<dock:DockControl x:Name="DockHost" IsVisible="False">
2727
<dock:DockControl.DataTemplates>
2828
<DataTemplate DataType="{x:Type viewModels:TabPageModel}">
29-
<ContentPresenter Content="{Binding Content}" />
29+
<ContentPresenter Content="{Binding Content}"
30+
HorizontalAlignment="Stretch"
31+
VerticalAlignment="Stretch" />
3032
</DataTemplate>
3133

3234
<DataTemplate DataType="{x:Type assemblyTree:AssemblyTreeModel}">

src/ProjectRover/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Serilog": {
1212
"MinimumLevel": {
1313
"Override": {
14-
"Images": "Debug"
14+
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)