Skip to content

Commit a63450f

Browse files
authored
Merge pull request #460 from gadfly3173/fix/configure-workspace
fix: ConfigureWorkspace window width (#458)
2 parents 0c31c98 + f6fa31f commit a63450f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/ConfigureWorkspace.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
x:Name="ThisControl"
1313
Icon="/App.ico"
1414
Title="{DynamicResource Text.ConfigureWorkspace}"
15-
Width="494" SizeToContent="Height"
15+
SizeToContent="WidthAndHeight"
1616
CanResize="False"
1717
WindowStartupLocation="CenterOwner">
18-
<Grid RowDefinitions="Auto,Auto">
18+
<Grid RowDefinitions="Auto,Auto" MinWidth="494">
1919
<!-- TitleBar -->
2020
<Grid Grid.Row="0" ColumnDefinitions="Auto,*,Auto" Height="30" IsVisible="{Binding !#ThisControl.UseSystemWindowFrame}">
2121
<Border Grid.Column="0" Grid.ColumnSpan="3"

0 commit comments

Comments
 (0)