mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
UI alignement in base menu
This commit is contained in:
parent
a132cba7ef
commit
d236b8a94d
@ -55,7 +55,7 @@ class BaseMenu(Menu):
|
||||
|
||||
self.budget_label = Label(self.frame, text="Budget: {}m".format(self.game.budget), **STYLES["widget"])
|
||||
self.budget_label.grid(row=row, sticky=W)
|
||||
Button(self.frame, text="Back", command=self.dismiss, **STYLES["btn-primary"]).grid(column=4, row=row)
|
||||
Button(self.frame, text="Back", command=self.dismiss, **STYLES["btn-primary"]).grid(column=4, row=row, padx=(0,15), pady=(0,5))
|
||||
row += 1
|
||||
|
||||
for task_type, units in units.items():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user