Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 10, 2023
1 parent 3799944 commit 84d5f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OneWare.Core/Views/Windows/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</Border>
</Grid>

<Panel Name="DialogControlPanel" IsVisible="False">
<Panel Name="DialogControlPanel" IsVisible="False" MaxWidth="{Binding #MainViewView.Bounds.Width}" MaxHeight="{Binding #MainViewView.Bounds.Height}">
<Border BoxShadow="0 6 8 0 #4F000000" Background="{DynamicResource ThemeBackgroundBrush}" VerticalAlignment="Center" HorizontalAlignment="Center" CornerRadius="8" BorderThickness="1" BorderBrush="{DynamicResource ThemeBorderLowBrush}">
<Grid RowDefinitions="30, *">
<StackPanel Margin="8 0" Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<DockPanel Grid.Row="1" DataContext="{Binding SelectedFpga}">

<ContentControl Padding="0 5" DockPanel.Dock="Top"
<ContentControl Padding="0 10" DockPanel.Dock="Top"
IsVisible="{Binding Converter={x:Static converters:SharedConverters.ViewFoundConverter}}"
Content="{Binding }" />

Expand Down

0 comments on commit 84d5f7e

Please sign in to comment.