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

Chris Lumens clumens at redhat.com
Tue Sep 24 20:14:58 UTC 2013


> 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()

Careful - 800 is the minimum horizontal size we are trying to support.
Does this still look okay?

- Chris


More information about the anaconda-patches mailing list