[node-patches] Change in ovirt-node[node-3.0]: ui: Table should use the whole TextViewDialog
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue May 21 14:42:23 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: ui: Table should use the whole TextViewDialog
......................................................................
ui: Table should use the whole TextViewDialog
Change-Id: I1a74de2149299de965b72c842f32374257a03396
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/ui/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/46/14946/1
diff --git a/src/ovirt/node/ui/__init__.py b/src/ovirt/node/ui/__init__.py
index 6266b20..699bf11 100644
--- a/src/ovirt/node/ui/__init__.py
+++ b/src/ovirt/node/ui/__init__.py
@@ -753,7 +753,7 @@
class TextViewDialog(Dialog):
"""A dialog to display much text, e.g. log files
"""
- def __init__(self, path, title, contents, height=10):
+ def __init__(self, path, title, contents, height=16):
super(TextViewDialog, self).__init__(path, title, [])
self.children = [Table("contents", "", "Contents",
contents, height=height)]
--
To view, visit http://gerrit.ovirt.org/14946
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a74de2149299de965b72c842f32374257a03396
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-3.0
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list