summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generator/generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator.cpp b/generator/generator.cpp
index f683338..40ba5f5 100644
--- a/generator/generator.cpp
+++ b/generator/generator.cpp
@@ -251,7 +251,7 @@ std::string Generator::attributeToHtmlElement(const Attribute &attr)
std::string id = lowerString(attr.getIdentifier());
if (id == "truststore") {
ss << "<textarea id=\"" << attr.getIdentifier()
- << "\" cols=\"66\" rows=\"33\" "
+ << "\" cols=\"80\" rows=\"10\" "
<< (attributeEnabled(attr) ? "" : "disabled")
<< "/></textarea>";
} else {