Increase the limit for the Letter field.
This commit is contained in:
parent
68b4eced95
commit
03e1b5ba3a
|
@ -90,7 +90,7 @@ QString VPieceLabelData::GetLetter() const
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void VPieceLabelData::SetLetter(const QString &qsLetter)
|
void VPieceLabelData::SetLetter(const QString &qsLetter)
|
||||||
{
|
{
|
||||||
d->m_qsLetter = qsLetter.left(3);
|
d->m_qsLetter = qsLetter.left(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="VLineEdit" name="lineEditLetter">
|
<widget class="VLineEdit" name="lineEditLetter">
|
||||||
<property name="maxLength">
|
<property name="maxLength">
|
||||||
<number>3</number>
|
<number>5</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Letter of pattern piece</string>
|
<string>Letter of pattern piece</string>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user