[PATCH] Wrap text on the updates checkbox to fix screen placement (#888880).

Chris Lumens clumens at redhat.com
Wed Jan 2 22:12:20 UTC 2013


---
 pyanaconda/ui/gui/spokes/source.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/source.py b/pyanaconda/ui/gui/spokes/source.py
index 91b3f89..528193d 100644
--- a/pyanaconda/ui/gui/spokes/source.py
+++ b/pyanaconda/ui/gui/spokes/source.py
@@ -648,6 +648,9 @@ class SourceSpoke(NormalSpoke):
 
         self._mirrorlistCheckbox = self.builder.get_object("mirrorlistCheckbox")
 
+        self._noUpdatesCheckbox = self.builder.get_object("noUpdatesCheckbox")
+        self._noUpdatesCheckbox.get_children()[0].set_line_wrap(True)
+
         self._verifyIsoButton = self.builder.get_object("verifyIsoButton")
 
     def initialize(self):
-- 
1.7.11.2



More information about the anaconda-patches mailing list