UI: Minimize transitions pane size on main window

Prevents it from taking up too much space from the other parts of the
main window.
master
jp9000 2016-06-30 12:34:46 -07:00
parent 364cb9fb03
commit fc45a94775
1 changed files with 3 additions and 0 deletions

View File

@ -600,6 +600,9 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>