[yast-commit] r48536 - /branches/tmp/aschnell/part-redesign/storage/src/include/ep-raid-dialogs.ycp
Author: aschnell Date: Wed Jun 25 19:15:20 2008 New Revision: 48536 URL: http://svn.opensuse.org/viewcvs/yast?rev=48536&view=rev Log: - layout Modified: branches/tmp/aschnell/part-redesign/storage/src/include/ep-raid-dialogs.ycp Modified: branches/tmp/aschnell/part-redesign/storage/src/include/ep-raid-dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/part-redesign/storage/src/include/ep-raid-dialogs.ycp?rev=48536&r1=48535&r2=48536&view=diff ============================================================================== --- branches/tmp/aschnell/part-redesign/storage/src/include/ep-raid-dialogs.ycp (original) +++ branches/tmp/aschnell/part-redesign/storage/src/include/ep-raid-dialogs.ycp Wed Jun 25 19:15:20 2008 @@ -54,7 +54,7 @@ contains(devices, dev["device"]:""); }); - term contents = `VBox( + term contents = `VBox(`Left( `HVSquash(`Frame(_("RAID Type"), `RadioButtonGroup(`id(`raid_type), `VBox( @@ -71,7 +71,7 @@ `LeftRadioButton(`id(`raid5), _("RAID &5 (Redundant Striping)"), raid_type == `raid5) ) - ))) + )))) ); contents = add(contents, DevicesSelectionBox::Create(unused_devices, used_devices, fields, -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org