ui: maximize canvas area and compact side panels
This commit is contained in:
@@ -41,6 +41,7 @@ class MaskCanvas:
|
||||
|
||||
def _build_figure(self, frames):
|
||||
self.fig = Figure(figsize=(self.dw / 80, self.dh / 80))
|
||||
self.fig.subplots_adjust(left=0, right=1, top=0.97, bottom=0)
|
||||
self.canvas = FigureCanvas(self.fig)
|
||||
self.ax = self.fig.add_subplot(111)
|
||||
self.ax.axis("off")
|
||||
|
||||
Reference in New Issue
Block a user