Commit f5cd2241 authored by Tijmen de Mes's avatar Tijmen de Mes

Make panel headers the same size

parent c50e8d0d
......@@ -976,10 +976,16 @@ QToolButton:pressed {
</property>
<item>
<widget class="QWidget" name="info_panel_title_widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>18</height>
<height>22</height>
</size>
</property>
<property name="styleSheet">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment