[nautilus] properties-window: do not expand prompt separator
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] properties-window: do not expand prompt separator
- Date: Mon, 24 Oct 2016 14:23:12 +0000 (UTC)
commit f56bc51631a998d3678f8ddf54f7421f3cbfd143
Author: Ernestas Kulik <ernestask src gnome org>
Date: Wed Oct 19 13:31:49 2016 +0300
properties-window: do not expand prompt separator
Currently, when packing the separator for the prompt, it is expanded.
That means that it can grow vertically as the window grows, creating a
visually unappealing effect.
https://bugzilla.gnome.org/show_bug.cgi?id=773211
src/nautilus-properties-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index d3e90fc..520d91b 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -338,7 +338,7 @@ add_prompt_and_separator (GtkWidget *vbox,
separator_line = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL);
gtk_widget_show (separator_line);
- gtk_box_pack_end (GTK_BOX (vbox), separator_line, TRUE, TRUE, 2 * ROW_PAD);
+ gtk_box_pack_end (GTK_BOX (vbox), separator_line, FALSE, TRUE, 2 * ROW_PAD);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]