--Bug fixes:

-Make xform weight cell slightly wider, it was getting clipped on Linux.
This commit is contained in:
mfeemster 2015-09-13 12:10:58 -07:00
parent 63f0d5cdad
commit e8b8d70f47
2 changed files with 8 additions and 5 deletions

View File

@ -603,7 +603,7 @@ public:
{ {
vector<eVariationId> useVars; vector<eVariationId> useVars;
Random(ember, useVars, static_cast<intmax_t>(m_Rand.Frand<T>(-2, 2)), 0); Random(ember, useVars, static_cast<intmax_t>(m_Rand.Frand<T>(-2, 2)), 0);
} }
/// <summary> /// <summary>

View File

@ -2532,6 +2532,9 @@
<attribute name="horizontalHeaderVisible"> <attribute name="horizontalHeaderVisible">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>110</number>
</attribute>
<attribute name="horizontalHeaderHighlightSections"> <attribute name="horizontalHeaderHighlightSections">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
@ -3308,8 +3311,8 @@ SpinBox
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>118</width> <width>243</width>
<height>618</height> <height>745</height>
</rect> </rect>
</property> </property>
<property name="autoFillBackground"> <property name="autoFillBackground">
@ -4965,8 +4968,8 @@ SpinBox
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>133</width> <width>239</width>
<height>52</height> <height>676</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">