[gtk+] GtkFileChooser: Fix an ordering issue
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkFileChooser: Fix an ordering issue
- Date: Sat, 2 May 2015 05:05:11 +0000 (UTC)
commit 4336d02e243d60b1f49dc750c5467b4047221087
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 2 01:04:01 2015 -0400
GtkFileChooser: Fix an ordering issue
The previous commit removed default-valued properties,
but apparently that has a negative effect for grid
packing properties, so put the explicit value back.
gtk/ui/gtkfilechooserwidget.ui | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index a9be3f3..d5e8deb 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -400,6 +400,7 @@
<signal name="changed" handler="new_folder_name_changed"/>
</object>
<packing>
+ <property name="left-attach">0</property>
<property name="top-attach">1</property>
</packing>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]