Skip to content

Commit

Permalink
Fixed save on TTG editor page after Gtk update
Browse files Browse the repository at this point in the history
  • Loading branch information
moggieuk committed Jan 18, 2024
1 parent 26cbc9e commit e125012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panels/mmu_toolmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def select_reset_save(self, widget, action):
else:
label.set_text("This will set the MMU TTG map and ALL EndlessSpool groups\n\nto the configuration defined on this panel\n\nAre you sure you want to continue?")

grid = self._gtk.HomogeneousGrid()
grid = Gtk.Grid(row_homogeneous=True, column_homogeneous=True)
grid.attach(label, 0, 0, 1, 1)
buttons = [
{"name": _("Apply"), "response": Gtk.ResponseType.APPLY},
Expand Down

0 comments on commit e125012

Please sign in to comment.