Skip to content

Commit

Permalink
FIX #19903 Limit amount of fonts used in QGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored and nyalldawson committed Apr 2, 2020
1 parent 3094534 commit 8836429
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
6 changes: 1 addition & 5 deletions src/ui/labeling/qgslabelpropertydialogbase.ui
Expand Up @@ -113,11 +113,7 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="3">
<widget class="QFontComboBox" name="mFontFamilyCmbBx">
<property name="editable">
<bool>false</bool>
</property>
</widget>
<widget class="QFontComboBox" name="mFontFamilyCmbBx" />
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
Expand Down
6 changes: 1 addition & 5 deletions src/ui/qgseditconditionalformatrulewidget.ui
Expand Up @@ -317,11 +317,7 @@
</widget>
</item>
<item>
<widget class="QFontComboBox" name="mFontFamilyCmbBx">
<property name="editable">
<bool>false</bool>
</property>
</widget>
<widget class="QFontComboBox" name="mFontFamilyCmbBx" />
</item>
</layout>
</item>
Expand Down
6 changes: 1 addition & 5 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -606,11 +606,7 @@
</widget>
</item>
<item>
<widget class="QFontComboBox" name="mFontFamilyComboBox">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
<widget class="QFontComboBox" name="mFontFamilyComboBox" />
</item>
<item>
<widget class="QLabel" name="label_20">
Expand Down
3 changes: 0 additions & 3 deletions src/ui/qgstextformatwidgetbase.ui
Expand Up @@ -1144,9 +1144,6 @@
</item>
<item row="1" column="1">
<widget class="QFontComboBox" name="mFontFamilyCmbBx">
<property name="editable">
<bool>false</bool>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
Expand Down

0 comments on commit 8836429

Please sign in to comment.