diff --git a/scribus/scribusapp.cpp b/scribus/scribusapp.cpp
index 204a8bb..83b24e3 100644
--- a/scribus/scribusapp.cpp
+++ b/scribus/scribusapp.cpp
@@ -478,7 +478,7 @@ static void printArgLine(QTextStream & ts, const char * smallArg,
 {
 	const char* lineformat = "  %1, %2 %3";
 	const int saw = 4;   // Short argument width
-	const int aw = -18;   // Argument width (negative is left aligned)
+	const int aw = -25;   // Argument width (negative is left aligned)
 	QString line = QString(lineformat)
 		.arg(smallArg, saw)
 		.arg(fullArg, aw)
