Editor element primitive change setRange -1000 1000 to -5000 5000

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4609 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-08-08 08:15:22 +00:00
parent 45c63710ad
commit 0dc8592a46
7 changed files with 22 additions and 22 deletions

View File

@@ -39,8 +39,8 @@ TerminalEditor::TerminalEditor(QETElementEditor *editor, PartTerminal *term, QWi
qle_x = new QDoubleSpinBox();
qle_y = new QDoubleSpinBox();
qle_x -> setRange(-1000, 1000);
qle_y -> setRange(-1000, 1000);
qle_x -> setRange(-5000, 5000);
qle_y -> setRange(-5000, 5000);
orientation = new QComboBox();
orientation -> addItem(QET::Icons::North, tr("Nord"), Qet::North);