DlgPrefsTechDrawGeneral.ui: get rid of explicit font family

this is unnecessary since Qt will automatically use the available font. It only raises questions since one see in the commit diffs that depending on who modified the dialog, his system default font will appear. (like in the initial commit of this PR)
This commit is contained in:
donovaly
2020-06-13 19:23:51 +02:00
committed by WandererFan
parent 99d5adbc5e
commit ade9a9b34d

View File

@@ -278,7 +278,6 @@ for ProjectionGroups</string>
</property>
<property name="currentFont">
<font>
<family>MS Shell Dlg 2</family>
<pointsize>10</pointsize>
</font>
</property>