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:
@@ -278,7 +278,6 @@ for ProjectionGroups</string>
|
||||
</property>
|
||||
<property name="currentFont">
|
||||
<font>
|
||||
<family>MS Shell Dlg 2</family>
|
||||
<pointsize>10</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user