[gimp/gtk3-port: 325/460] dialogs: fix two misbehaviours in the prefs dialog
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 325/460] dialogs: fix two misbehaviours in the prefs dialog
- Date: Sun, 20 May 2018 15:38:54 +0000 (UTC)
commit a22a380037941832bbcf0ce3790c1bd9ba76886b
Author: Simon Budig <simon budig de>
Date: Fri May 4 00:10:05 2018 +0200
dialogs: fix two misbehaviours in the prefs dialog
app/dialogs/preferences-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index 1095237..5278af7 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1664,6 +1664,7 @@ prefs_dialog_new (Gimp *gimp,
}
editor = gimp_template_editor_new (core_config->default_image, gimp, FALSE);
+ gtk_widget_set_vexpand (editor, FALSE);
gimp_template_editor_show_advanced (GIMP_TEMPLATE_EDITOR (editor), TRUE);
gtk_box_pack_start (GTK_BOX (vbox), editor, FALSE, FALSE, 0);
gtk_widget_show (editor);
@@ -2576,6 +2577,7 @@ prefs_dialog_new (Gimp *gimp,
_("ppi"), 1, 4, 0.0);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_widget_set_halign (hbox, GTK_ALIGN_START);
gtk_box_pack_start (GTK_BOX (hbox), entry, FALSE, FALSE, 24);
gtk_widget_show (entry);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]