[yast-commit] r64777 - /trunk/squidguard/src/dialogs.ycp
Author: lrupp Date: Mon Jul 11 21:05:21 2011 New Revision: 64777 URL: http://svn.opensuse.org/viewcvs/yast?rev=64777&view=rev Log: - switch from HBox to ButtonBox as requested in bnc#701272 Modified: trunk/squidguard/src/dialogs.ycp Modified: trunk/squidguard/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/squidguard/src/dialogs.ycp?rev=64777&r1=64776&r2=64777&view=diff ============================================================================== --- trunk/squidguard/src/dialogs.ycp (original) +++ trunk/squidguard/src/dialogs.ycp Mon Jul 11 21:05:21 2011 @@ -96,7 +96,7 @@ `VSpacing (0.5), // textentry label `TextEntry (`id (`url), _("&Modify URL"), current), - `HBox ( + `ButtonBox ( `PushButton (`id(`ok),`opt(`key_F10, `default), Label::OKButton()), `PushButton (`id(`cancel),`opt(`key_F9), Label::CancelButton()) ), @@ -165,7 +165,7 @@ UI::OpenDialog (`opt(`decorated), `HBox (`HSpacing (0.5), `VBox ( `VSpacing (0.5), `TextEntry (`id (`url), label), - `HBox ( + `ButtonBox ( `PushButton (`id(`ok),`opt(`key_F10, `default), Label::OKButton()), `PushButton (`id(`cancel),`opt(`key_F9), Label::CancelButton()) ), -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lrupp@svn2.opensuse.org