We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a5af5 commit bd1088bCopy full SHA for bd1088b
AvaGui/Views/MainWindow.axaml
@@ -298,7 +298,7 @@
298
</ScrollViewer>
299
</Expander>
300
301
- <DockPanel DataContext="{Binding FolderTreeViewModel}" >
+ <DockPanel DataContext="{Binding FolderTreeViewModel}" Width="384" MinWidth="256" MaxWidth="512">
302
<TabControl DockPanel.Dock="Top" SelectedIndex="{Binding SelectedTabIndex}" Name="LocalOnlineTab">
303
<TabItem>
304
<TabItem.Header>
@@ -317,7 +317,7 @@
317
</TabItem.Header>
318
</TabItem>
319
</TabControl>
320
- <Grid DockPanel.Dock="Left" Margin="8" MinWidth="256" MaxWidth="512">
+ <Grid DockPanel.Dock="Left" Margin="8">
321
<Grid.RowDefinitions>
322
<RowDefinition Height="Auto"/>
323
0 commit comments