--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;
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>

View File

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