[yast-commit] r63407 - /branches/tmp/jsuchome/snapper/src/dialogs.ycp

Author: jsuchome Date: Fri Feb 11 16:29:25 2011 New Revision: 63407 URL: http://svn.opensuse.org/viewcvs/yast?rev=63407&view=rev Log: added wights to reduce blinking Modified: branches/tmp/jsuchome/snapper/src/dialogs.ycp Modified: branches/tmp/jsuchome/snapper/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsuchome/snapper/src/dialo... ============================================================================== --- branches/tmp/jsuchome/snapper/src/dialogs.ycp (original) +++ branches/tmp/jsuchome/snapper/src/dialogs.ycp Fri Feb 11 16:29:25 2011 @@ -347,7 +347,6 @@ if (current_file != "" && files_index[current_file]:$[] != $[]) { - UI::ReplaceWidget (`id (`diff_chooser), `HBox (`HSpacing (0.5), `VBox ( `VSpacing (0.2), `RadioButtonGroup (`id(`rd), `Left (`HVSquash (`VBox ( @@ -408,8 +407,8 @@ `Frame ("", `HBox ( `HSpacing (0.5), `VBox ( `VSpacing (0.5), - `ReplacePoint (`id (`diff_chooser), `VBox (`VStretch ())), - `ReplacePoint (`id (`diff_content), `HBox (`HStretch ())), + `VWeight (1, `ReplacePoint (`id (`diff_chooser), `VBox (`VStretch ()))), + `VWeight (4, `ReplacePoint (`id (`diff_content), `HBox (`HStretch ()))), `VSpacing (0.5) ), `HSpacing (0.5) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org