app -> main.application
This commit is contained in:
parent
47b89cc411
commit
4b8f594966
|
@ -137,7 +137,7 @@ class ViewFrameToolButton (gtk.ToolItem):
|
||||||
self._item.show_all()
|
self._item.show_all()
|
||||||
|
|
||||||
def _on_table_size_set(self, widget, width, height):
|
def _on_table_size_set(self, widget, width, height):
|
||||||
app['main_view'].resize_table(width, height)
|
main.application['main_view'].resize_table(width, height)
|
||||||
|
|
||||||
|
|
||||||
class FluentApp:
|
class FluentApp:
|
||||||
|
|
Reference in New Issue