[Spice-devel] [PATCH spice-xpi 3/6] resize certificate textarea
Peter Hatina
phatina at redhat.com
Mon Oct 21 08:40:21 CEST 2013
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
More information about the Spice-devel
mailing list