laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Unable to set the minimum window size

Open Supernova3339 opened this issue 7 months ago • 2 comments

What were you trying to do?

Set the minimum window size in a menubar app

What happened?

The minimum window size is set and I am unable to freely modify the size beyond the minimum set

How to reproduce the bug

Use the following in MenuBar::create

->width(389)
->height(400)
->minWidth(389)
->minHeight(400)

Package Versions

0.6.3 nativephp/electron, 0.5.2 nativephp/laravel, 0.4.0 nativephp/php-bin

PHP Version

8.2.20

Laravel Version

11.15.0

Node Version

21.7.3

Which operating systems have you seen this occur on?

Windows

OS version

win 11 (23H2) (OS Build 22631.3737)

Notes

No response

Supernova3339 avatar Jul 11 '24 08:07 Supernova3339