- some small fixes

This commit is contained in:
Marius Stanciu
2020-08-28 00:53:24 +03:00
committed by Marius
parent cebffe34b1
commit eee4595449
5 changed files with 8 additions and 6 deletions

View File

@@ -547,6 +547,7 @@ class DistUI:
self.app = app
self.decimals = self.app.decimals
self.layout = layout
self.units = self.app.defaults['units'].lower()
# ## Title
title_label = FCLabel("<font size=4><b>%s</b></font><br>" % self.toolName)