Skip to content

Commit

Permalink
ipady changed to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 22, 2024
1 parent 4326e15 commit ea765e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leads_gui/prototype.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def layout(self, layout: list[list[str | Widget]]) -> None:
length = len(row)
for j in range(length):
s = int(t / length)
row[j].grid(row=i, column=j * s, sticky="NSEW", columnspan=s, ipadx=4, ipady=2, padx=4, pady=4)
row[j].grid(row=i, column=j * s, sticky="NSEW", columnspan=s, ipadx=4, ipady=4, padx=4, pady=4)

def window(self) -> Window:
return self._window
Expand Down

0 comments on commit ea765e6

Please sign in to comment.