mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-26 19:14:13 +02:00
Compare commits
2 Commits
7466793e71
...
40b7aa999f
| Author | SHA1 | Date | |
|---|---|---|---|
| 40b7aa999f | |||
| c9ba7bee6c |
+1
-1
Submodule elements updated: 3373575a73...4430c438f1
@@ -1008,12 +1008,12 @@ ExportDialog::ExportDiagramLine::ExportDiagramLine(Diagram *dia, QSize diagram_s
|
|||||||
file_name -> setMinimumWidth(280);
|
file_name -> setMinimumWidth(280);
|
||||||
|
|
||||||
width = new QSpinBox();
|
width = new QSpinBox();
|
||||||
width -> setRange(1, 10000);
|
width -> setRange(1, 100000);
|
||||||
width -> setSuffix(tr("px"));
|
width -> setSuffix(tr("px"));
|
||||||
width -> setValue(diagram_size.width());
|
width -> setValue(diagram_size.width());
|
||||||
|
|
||||||
height = new QSpinBox();
|
height = new QSpinBox();
|
||||||
height -> setRange(1, 10000);
|
height -> setRange(1, 100000);
|
||||||
height -> setSuffix(tr("px"));
|
height -> setSuffix(tr("px"));
|
||||||
height -> setValue(diagram_size.height());
|
height -> setValue(diagram_size.height());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user