From 34b969bb8cdd11c376c3df3555e0e852cba44b19 Mon Sep 17 00:00:00 2001 From: irwanto Date: Sat, 17 Aug 2024 14:48:29 +0700 Subject: [PATCH] add style for preview svg adding css style preview SVG to make it fit into screen --- src/core/svgexporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/svgexporter.cpp b/src/core/svgexporter.cpp index cf56fbb7c..082335ebd 100644 --- a/src/core/svgexporter.cpp +++ b/src/core/svgexporter.cpp @@ -63,7 +63,7 @@ void SvgExporter::nextStep() mStream << QString::fromUtf8("") << QT_ENDL; mStream << QString::fromUtf8("") << QT_ENDL; mStream << QString::fromUtf8("%1").arg(tr("Preview")) << QT_ENDL; - mStream << QString::fromUtf8("") << QT_ENDL; + mStream << QString::fromUtf8("") << QT_ENDL; mStream << QString::fromUtf8("") << QT_ENDL; mStream << QString::fromUtf8("") << QT_ENDL; } else {