1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-18 08:57:45 +00:00
This commit is contained in:
Miodrag Milanovic
2020-02-28 11:02:07 +01:00
parent 6566b5da73
commit 5fa10e1a95

View File

@@ -430,7 +430,7 @@ void BaseMainWindow::saveSVG()
if (!fileName.endsWith(".svg"))
fileName += ".svg";
bool ok;
QString options =
QString options =
QInputDialog::getText(this, "Save SVG", tr("Save options:"), QLineEdit::Normal, "scale=500", &ok);
if (ok) {
try {