You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the initial window size for the floating window is hardcoded and therefore can't change after the app is build/distributed.
Enhancement: It would be great to have two command-line arguments to set width and height.
Example: demoapplication 1024 768 for a window with width 1024 and 78 height. Maybe another style (like an option --width=1024) is better. Feel free to discuss in here or implement it as you like.
The text was updated successfully, but these errors were encountered:
Currently the initial window size for the floating window is hardcoded and therefore can't change after the app is build/distributed.
Enhancement: It would be great to have two command-line arguments to set width and height.
Example:
demoapplication 1024 768
for a window with width 1024 and 78 height. Maybe another style (like an option--width=1024
) is better. Feel free to discuss in here or implement it as you like.The text was updated successfully, but these errors were encountered: