Author: lslezak Date: Thu Dec 18 10:52:56 2008 New Revision: 54260 URL: http://svn.opensuse.org/viewcvs/yast?rev=54260&view=rev Log: - checkmedia - move the "Check ISO File" button below the CD/DVD combo box so the button labels are not truncated (bnc#458600) Modified: branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes branches/SuSE-Code-11-Branch/packager/src/include/checkmedia/ui.ycp Modified: branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes?rev=54260&r1=54259&r2=54260&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes (original) +++ branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes Thu Dec 18 10:52:56 2008 @@ -4,6 +4,8 @@ - return back from the Repository Management to the Package Management after pressing [Cancel] instead of closing whole Yast (bnc#450336) +- checkmedia - move the "Check ISO File" button below the CD/DVD + combo box so the button labels are not truncated (bnc#458600) ------------------------------------------------------------------- Wed Dec 17 12:49:42 CET 2008 - lslezak@suse.cz Modified: branches/SuSE-Code-11-Branch/packager/src/include/checkmedia/ui.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/packager/src/include/checkmedia/ui.ycp?rev=54260&r1=54259&r2=54260&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/packager/src/include/checkmedia/ui.ycp (original) +++ branches/SuSE-Code-11-Branch/packager/src/include/checkmedia/ui.ycp Thu Dec 18 10:52:56 2008 @@ -326,14 +326,10 @@ `PushButton(`id(`eject), _("&Eject")) ) ), - `HStretch(), - `VBox( - // empty label for aligning the widgets - `Label(""), - // push button label - `PushButton(`id(`iso_file), _("Check ISO File...")) - ) + `HStretch() ), + // push button label + `Left(`PushButton(`id(`iso_file), _("Check ISO File..."))), `VSpacing(0.4), // widget label `Left(`Label(_("Status Information"))), -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org