Commit 8e32b9d5 authored by Roman Alifanov's avatar Roman Alifanov

small fix

parent ea1a1344
...@@ -34,9 +34,7 @@ class Page: ...@@ -34,9 +34,7 @@ class Page:
print(f"the page {self.name} is empty, ignored") print(f"the page {self.name} is empty, ignored")
def update_ui(self, stack, listbox, pref_page): def update_ui(self, stack, listbox, pref_page):
stack_page = stack.add_child(pref_page) stack.add_titled(pref_page, self.name, self.name)
stack_page.set_title(self.name)
stack_page.set_name(self.name)
row = TuneItPanelRow() row = TuneItPanelRow()
row.props.name = self.name row.props.name = self.name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment