Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 28 Nov 2024 13:49:37 UTC Commit: b40afcb856a222b1217b953bfadc2267c3b2bb42 https://github.com/geany/geany/commit/b40afcb856a222b1217b953bfadc2267c3b2bb...
Log Message: ----------- Make padding identical to instant save settings in the dialog
Modified Paths: -------------- plugins/saveactions.c
Modified: plugins/saveactions.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1566,7 +1566,7 @@ GtkWidget *plugin_configure(GtkDialog *dialog) image = gtk_image_new_from_stock(GTK_STOCK_OPEN, GTK_ICON_SIZE_BUTTON); gtk_container_add(GTK_CONTAINER(button), image);
- hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 1); + hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6); gtk_box_pack_start(GTK_BOX(hbox), entry_dir, TRUE, TRUE, 0); gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); gtk_widget_set_margin_left(hbox, 12);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).