[yast-commit] r45052 - /trunk/installation/src/clients/inst_complex_welcome.ycp
Author: jsuchome Date: Wed Feb 27 09:23:21 2008 New Revision: 45052 URL: http://svn.opensuse.org/viewcvs/yast?rev=45052&view=rev Log: stretch the combo boxes, so they have the same width Modified: trunk/installation/src/clients/inst_complex_welcome.ycp Modified: trunk/installation/src/clients/inst_complex_welcome.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_com... ============================================================================== --- trunk/installation/src/clients/inst_complex_welcome.ycp (original) +++ trunk/installation/src/clients/inst_complex_welcome.ycp Wed Feb 27 09:23:21 2008 @@ -61,13 +61,15 @@ term languagesel = `ComboBox ( `id (`language), - `opt (`notify), + `opt (`notify, `hstretch), + // combo box label _("&Language"), Language::GetLanguageItems (`first_screen) ); term keyboardsel = `ComboBox ( `id (`keyboard), - `opt (`notify), + `opt (`notify, `hstretch), + // combo box label _("&Keyboard Layout"), // all keyboard layouts should be available maplist (string id, string label, Keyboard::Selection (), -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org