Skip to content

Commit

Permalink
clean: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Jul 19, 2024
1 parent 7a2a1c1 commit 003cf0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/antares_web_installer/gui/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ def initialize_styles(self):
current_font = font.nametofont("TkDefaultFont").actual()

# titles
ttk.Style().configure("Title.TLabel", padding=(11, 11), wraplength=self.width - 11*2, font=(current_font, 20))
ttk.Style().configure("Title.TLabel", padding=(11, 11), wraplength=self.width - 11 * 2, font=(current_font, 20))
# description
ttk.Style().configure("Description.TLabel", padding=(11, 5), wraplength=self.width - 11*2, font=(current_font, 10))
ttk.Style().configure(
"Description.TLabel", padding=(11, 5), wraplength=self.width - 11 * 2, font=(current_font, 10)
)

def change_frame(self):
"""
Expand Down

0 comments on commit 003cf0e

Please sign in to comment.