Fabian Deutsch has posted comments on this change. Change subject: Scrolling text fields ......................................................................
Patch Set 3: Verified+1 Code-Review-1 (1 comment) http://gerrit.ovirt.org/#/c/25044/3/src/ovirt/node/ui/widgets.py File src/ovirt/node/ui/widgets.py: Line 729: out.append(row + [(fill, last_offset, '_'*fill)]) Line 730: return out Line 731: Line 732: Line 733: class EditWithChars(urwid.Edit): We can now probably completely remove this class. Line 734: pass Line 735: Line 736: Line 737: class TabablePile(urwid.Pile): -- To view, visit http://gerrit.ovirt.org/25044 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I09a0428425db911bdfb155c25ffc0a3883b59c08 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
