Made the outline details panel a scroll area

This commit is contained in:
Veronica K. B. Olsen
2020-06-03 22:14:19 +02:00
parent 4167d2e854
commit e402789892
2 changed files with 60 additions and 24 deletions
+2
View File
@@ -140,6 +140,8 @@ class GuiTheme:
self.fontPixelSize = int(round(qMetric.height()))
self.baseIconSize = int(round(qMetric.ascent()))
self.textIconSize = int(round(qMetric.ascent() + qMetric.leading()))
self.textNHeight = qMetric.boundingRect("N").height()
self.textNWidth = qMetric.boundingRect("N").width()
logger.verbose("GUI Font Family: %s" % self.guiFont.family())
logger.verbose("GUI Font Point Size: %.2f" % self.fontPointSize)