Closed
Description
Created by: QazCetelic
Description
Currently, the height
variable includes the titlebar height. This is inconvenient when trying to fit a graphics in the display because the height has to be manually corrected.
Expected Behavior
The titlebar height is excluded from the height
variable.
Steps to Reproduce
- Set size
- Use
height
Your Environment
- Processing version: 4.0b8
- Operating System and OS version: Fedora Linux 36
- Other information: I'm using the KDE Plasma desktop environment.
Possible Causes / Solutions
Either exclude the titlebar height, or if this is already meant to happen, make it work on all platforms.