Revision: 2019 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2019&view=re... Author: eht16 Date: 2011-04-10 16:18:37 +0000 (Sun, 10 Apr 2011)
Log Message: ----------- Fix spacing of the Tasks addon frame in the preferences dialog
Modified Paths: -------------- trunk/geany-plugins/addons/src/addons.c
Modified: trunk/geany-plugins/addons/src/addons.c =================================================================== --- trunk/geany-plugins/addons/src/addons.c 2011-04-10 14:55:04 UTC (rev 2018) +++ trunk/geany-plugins/addons/src/addons.c 2011-04-10 16:18:37 UTC (rev 2019) @@ -432,7 +432,7 @@ frame_tasks = gtk_frame_new(NULL); gtk_frame_set_label_widget(GTK_FRAME(frame_tasks), check_tasks); gtk_container_add(GTK_CONTAINER(frame_tasks), vbox_tasks); - gtk_box_pack_start(GTK_BOX(vbox), frame_tasks, TRUE, TRUE, 3); + gtk_box_pack_start(GTK_BOX(vbox), frame_tasks, FALSE, FALSE, 3);
check_systray = gtk_check_button_new_with_label( _("Show status icon in the Notification Area"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org