mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 13:05:17 +00:00
Automatically determine height
Fixes large buttons on MacOS and Windows.
This commit is contained in:
parent
b2eedd16ca
commit
a763d3fa26
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ namespace UnionPatcher.Gui {
|
|||
|
||||
public MainForm() {
|
||||
this.Title = "Union Patcher";
|
||||
this.ClientSize = new Size(500, 160);
|
||||
this.ClientSize = new Size(500, -1);
|
||||
this.Content = new TableLayout {
|
||||
Spacing = new Size(5,5),
|
||||
Padding = new Padding(10, 10, 10, 10),
|
||||
|
|
Loading…
Add table
Reference in a new issue