Sketcher: Default solver information font size to system

This commit is contained in:
Abdullah Tahiri
2020-04-28 14:50:34 +02:00
committed by abdullahtahiriyo
parent 0ec3cb16cb
commit 83cff478a2

View File

@@ -16,11 +16,6 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="labelConstrainStatus">
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string>Undefined degrees of freedom</string>
</property>
@@ -31,11 +26,6 @@
</item>
<item>
<widget class="QLabel" name="labelSolverStatus">
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string>Not solved yet</string>
</property>