decreased initial window height

This commit is contained in:
2025-04-19 12:59:17 +02:00
parent 974fce8a26
commit e3c7daddd3

View File

@@ -135,7 +135,7 @@ class Application:
x_offset = 700 x_offset = 700
y_offset = 200 y_offset = 200
width = 1050 width = 1050
height = 1000 height = 700
title = "Brovski Adress-Etiketten Verwaltung" title = "Brovski Adress-Etiketten Verwaltung"
self.root = tk.Tk(className="BrovskiAdressEtiketten") self.root = tk.Tk(className="BrovskiAdressEtiketten")