Fabian Deutsch has uploaded a new change for review. Change subject: tui: Increase size - this is no real fix ... ......................................................................
tui: Increase size - this is no real fix ... Change-Id: I8d20f077c57cfd79e8eea758f9398476678a4a61 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/tui/src/ovirt/node/tui.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/15/9915/1 diff --git a/scripts/tui/src/ovirt/node/tui.py b/scripts/tui/src/ovirt/node/tui.py index b795193..5997fcf 100644 --- a/scripts/tui/src/ovirt/node/tui.py +++ b/scripts/tui/src/ovirt/node/tui.py @@ -123,13 +123,13 @@ def display_page(self, page): # FIXME why is this fixed? - filler = urwid.Filler(page, ("fixed top", 1), height=30) + filler = urwid.Filler(page, ("fixed top", 1), height=35) # filler = urwid.Filler(page) self.__page_frame.body = filler def display_dialog(self, body, title): LOGGER.debug("Displaying dialog: %s / %s" % (body, title)) - filler = urwid.Filler(body, ("fixed top", 1), height=20) + filler = urwid.Filler(body, ("fixed top", 1), height=35) dialog = ovirt.node.ui.widgets.ModalDialog(title, filler, "esc", self.__loop.widget) urwid.connect_signal(dialog, "close", -- To view, visit http://gerrit.ovirt.org/9915 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d20f077c57cfd79e8eea758f9398476678a4a61 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
