- Translate file de_De complete

- new FrameWidget for rename Entry and rename Button
This commit is contained in:
Désiré Werner Menrath 2024-11-10 15:08:00 +01:00
parent 1f80d5342c
commit cf71eae7d3

View File

@ -210,7 +210,7 @@ class FrameWidgets(ttk.Frame):
''' Update and Tooltip Label '''
self.updates_lb = ttk.Label(self.menu_frame)
self.updates_lb.grid(column=3, columnspan=3, row=0, padx=10)
self.updates_lb.grid(column=4, columnspan=3, row=0, padx=10)
'''View Checkbox for enable or disable Tooltip '''
if wg_tips:
set_tip.set(value=False)