Merge branch 'master' into titlebar

This commit is contained in:
Seeker4 2019-06-02 10:31:21 -07:00
commit 269daffaac
2 changed files with 4 additions and 1 deletions

View File

@ -1582,7 +1582,7 @@ QToolButton:pressed {
<string notr="true"/>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
<enum>QComboBox::AdjustToContents</enum>
</property>
<property name="iconSize">
<size>

View File

@ -259,6 +259,9 @@ QToolButton:pressed {
<property name="toolTip">
<string>Drop down to see list of graphs to switch on/off.</string>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
<item>
<property name="text">
<string>Graphs</string>