Skip to content

Commit

Permalink
Plot fill
Browse files Browse the repository at this point in the history
  • Loading branch information
izsoandras committed Feb 3, 2022
1 parent d62e45e commit 9f6d4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_gui/plotting/TelemeteryFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def __init__(self, parent, mqtt_listener: clients.mqtt.listeners.MyMQTTllistener
self.plot_frame = my_gui.plotting.PlotsFrame.PlotsFrame(dataholders_by_name, plot_rec, self)

self.fr_startstop.pack(side=tkinter.TOP)
self.plot_frame.pack(side=tkinter.TOP)
self.plot_frame.pack(side=tkinter.TOP, fill=tkinter.BOTH, expand=True)

0 comments on commit 9f6d4ee

Please sign in to comment.