Trust store text area is now smaller. QA's request. --- generator/generator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- Peter Hatina ENG Server Experience, System Management Red Hat Czech, Brno _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel