basic image pop-up on hover

This commit is contained in:
dries.k
2022-08-28 15:22:41 +02:00
parent 4f6ce0db56
commit 5127951302
9 changed files with 174 additions and 66 deletions

View File

@@ -19,4 +19,7 @@ DEFAULT_SETTINGS = {
"MainWindow/label/size": 25,
"MainWindow/button/size": 33,
"MainWindow/application/icon/size": 40,
"ImagePopup/enabled": False,
"ImagePopup/w": 400,
"ImagePopup/h": 400,
}