Forgot to consider GUI scale

This commit is contained in:
Veronica K. B. Olsen
2021-02-08 23:51:03 +01:00
parent 2d754641b5
commit 09bf2a0fe0
+1 -1
View File
@@ -313,7 +313,7 @@ class GuiWritingStats(QDialog):
histMax = self.histMax.value()
if not showIdleTime:
widthCol2 = 80
widthCol2 = self.mainConf.pxInt(80)
self.optState.setValue("GuiWritingStats", "winWidth", winWidth)
self.optState.setValue("GuiWritingStats", "winHeight", winHeight)