/pidgin/main: 3cf4744a9521: Don't allow horizontal scrolling. T...

Gary Kramlich <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 3cf4744a9521349f341ce9f953403d3828c0de96
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-02-16 18:41 -0600
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/3cf4744a9521

Description:

Don't allow horizontal scrolling.  The default width right now is too low for 2 out of 3 plugins that I checked causing some seriously weird scrolling to become necessary

diffstat:

 pidgin/gtkplugin.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c
--- a/pidgin/gtkplugin.c
+++ b/pidgin/gtkplugin.c
@@ -354,7 +354,7 @@ pidgin_plugin_open_config(PurplePlugin *
 
 		gtk_container_add(GTK_CONTAINER(
 			gtk_dialog_get_content_area(GTK_DIALOG(dialog))),
-			pidgin_make_scrollable(box, GTK_POLICY_AUTOMATIC,
+			pidgin_make_scrollable(box, GTK_POLICY_NEVER,
 				GTK_POLICY_AUTOMATIC, GTK_SHADOW_IN, 400, 400));
 
 		gtk_window_set_role(GTK_WINDOW(dialog), "plugin_config");

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.