Skip to content

Commit

Permalink
Gtk3: Fix using MinimumSize
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed May 27, 2020
1 parent a6e59d6 commit 59d735d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eto.Gtk/Forms/GtkPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public virtual Size MinimumSize
{
Widget.Properties.Set(GtkPanel.MinimumSize_Key, value);
ContainerControl.QueueResize();
SetSize(UserPreferredSize);
}
}

Expand Down

0 comments on commit 59d735d

Please sign in to comment.