[node-patches] Change in ovirt-node[master]: expand rng bytes entry space to 5 char

jboggs at redhat.com jboggs at redhat.com
Fri Oct 19 16:55:42 UTC 2012


Joey Boggs has uploaded a new change for review.

Change subject: expand rng bytes entry space to 5 char
......................................................................

expand rng bytes entry space to 5 char

rhbz#868209
Change-Id: Ic230ce28d634483337fc12c90bf90abd481758ae
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M scripts/ovirt-config-setup.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/80/8680/1

diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py
index 1180bf2..660d919 100755
--- a/scripts/ovirt-config-setup.py
+++ b/scripts/ovirt-config-setup.py
@@ -947,7 +947,7 @@
                                        isOn=self.current_aes_ni_status)
         rng_elements.setField(self.disable_aes_ni, 0, 0, anchorLeft=1)
         rng_bit_elements.setField(Label("Bytes Used: "), 0, 0, anchorLeft=1)
-        self.rng_bytes = Entry(3, scroll=0)
+        self.rng_bytes = Entry(5, scroll=0)
         if self.current_rng_bytes > 0:
             self.rng_bytes.set(self.current_rng_bytes)
         rng_bit_elements.setField(self.rng_bytes, 1, 0, anchorLeft=1)


--
To view, visit http://gerrit.ovirt.org/8680
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic230ce28d634483337fc12c90bf90abd481758ae
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>



More information about the node-patches mailing list