1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-19 04:20:23 +01:00

Move from travis to gh actions

This commit is contained in:
2024-09-13 21:27:40 +02:00
parent bd0aa3dee4
commit 8d8d38d5c0
7 changed files with 9 additions and 56 deletions

View File

@@ -20,7 +20,7 @@ class MessageGui(tkinter.Tk):
# Display window without decorations
self.wm_attributes('-type', 'splash')
self.frame = ttk.Frame(self, padding=5, borderwidth=0)
self.frame = tkinter.ttk.Frame(self, padding=5, borderwidth=0)
self.frame.grid()
tkinter.ttk.Label(self.frame, text=msg, relief="ridge",
padding=10).grid()