[gimp/gtk3-port: 325/362] 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/362] dialogs: fix two misbehaviours in the prefs dialog
- Date: Mon, 7 May 2018 19:32:06 +0000 (UTC)
commit 2b8a13f3dd1612d457d3c748039f0c3187de7d01
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 5e98cf3..5bc827e 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1669,6 +1669,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);
@@ -2581,6 +2582,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]