We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set the minimum window size in a menubar app
The minimum window size is set and I am unable to freely modify the size beyond the minimum set
Use the following in MenuBar::create
->width(389) ->height(400) ->minWidth(389) ->minHeight(400)
0.6.3 nativephp/electron, 0.5.2 nativephp/laravel, 0.4.0 nativephp/php-bin
8.2.20
11.15.0
21.7.3
Windows
win 11 (23H2) (OS Build 22631.3737)
No response
The text was updated successfully, but these errors were encountered:
hey @omitobi, these flags you provided ( I saw via E-mail ), do not exist for MenuBar.
Sorry, something went wrong.
If your window's minHeight and minWidth match its height and width, isn't it just that you don't want the window to be resizable?
minHeight
minWidth
height
width
Have you tried stopping it from being resizable?
Closing due to no response
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: