[node-patches] Change in ovirt-node[master]: ui: Table should use the whole TextViewDialog
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue May 21 12:19:47 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: I61ade23e4896b908a90b202817b44c184a873ad9
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/29/14929/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/14929
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I61ade23e4896b908a90b202817b44c184a873ad9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list