Changeset fd48152 in mmcs for ui_formLoadMatrix.h


Ignore:
Timestamp:
Dec 9, 2016, 9:27:07 AM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
fec66d7
Parents:
025148b
Message:

Se dejaron los decimales en 5 digitos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui_formLoadMatrix.h

    r2dc173b rfd48152  
    157157        spinBox->setObjectName(QStringLiteral("spinBox"));
    158158        spinBox->setMinimum(3);
    159         spinBox->setMaximum(15);
     159        spinBox->setMaximum(5);
    160160
    161161        gridLayout->addWidget(spinBox, 2, 5, 1, 1);
Note: See TracChangeset for help on using the changeset viewer.