mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Merge branch 'master' into titlebar
This commit is contained in:
commit
269daffaac
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user