[master][PATCH] Make the keyboard layout preview dialog bigger (#1011140)

Vratislav Podzimek vpodzime at redhat.com
Tue Sep 24 19:34:22 UTC 2013


Otherwise it may be hard to read some characters.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/keyboard.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/keyboard.py b/pyanaconda/ui/gui/spokes/keyboard.py
index ffab6da..d35eb2f 100644
--- a/pyanaconda/ui/gui/spokes/keyboard.py
+++ b/pyanaconda/ui/gui/spokes/keyboard.py
@@ -501,6 +501,7 @@ class KeyboardSpoke(NormalSpoke):
         dialog = Gkbd.KeyboardDrawing.dialog_new()
         Gkbd.KeyboardDrawing.dialog_set_layout(dialog, self._xkl_wrapper.configreg,
                                                layout_row[0])
+        dialog.set_size_request(750, 350)
         with enlightbox(self.window, dialog):
             dialog.show_all()
             dialog.run()
-- 
1.7.11.7



More information about the anaconda-patches mailing list