AndreWohnsland / CocktailBerry

Easily serve Cocktails with Raspberry Pi and Python on any cocktail machine 🐍 + 🍸 = 🥳
https://cocktailberry.org
MIT License
57 stars 8 forks source link

Fix for taskbar shifting QDialog #172

Closed AndreWohnsland closed 1 month ago

AndreWohnsland commented 1 month ago

The QDialog being pushed down by the task bar is a thing, which exists all time, and is due to the nature of Dialogs. They should usually not be used in full screen. This was usually compensated by changing the behavior of the bar, but on some OS this is not possible. This PR reworks the QDialog to QMainwindws, so they have the overlapping property.

Some additional housekeeping things like:

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud