[recipes] Make the edit page a bit wider
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Make the edit page a bit wider
- Date: Tue, 17 Jan 2017 13:53:43 +0000 (UTC)
commit 5bb3d07b4183063232f7adf05d316e7cf3178849
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jan 17 08:52:46 2017 -0500
Make the edit page a bit wider
This gives a bit more room to the name entry, which has been
criticized as too short. Now it is 30 characters wide.
src/gr-edit-page.ui | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-edit-page.ui b/src/gr-edit-page.ui
index 1f7392e..d97635d 100644
--- a/src/gr-edit-page.ui
+++ b/src/gr-edit-page.ui
@@ -82,7 +82,7 @@
<property name="orientation">vertical</property>
<property name="margin-top">20</property>
<property name="valign">start</property>
- <property name="halign">end</property>
+ <property name="halign">fill</property>
<child>
<object class="GrImageViewer" id="images">
<property name="visible">1</property>
@@ -259,7 +259,7 @@
<child>
<object class="GtkGrid">
<property name="visible">1</property>
- <property name="halign">start</property>
+ <property name="halign">fill</property>
<property name="valign">start</property>
<property name="column-spacing">20</property>
<child>
@@ -300,6 +300,7 @@
<property name="hexpand">1</property>
<property name="valign">baseline</property>
<property name="margin-bottom">10</property>
+ <property name="width-chars">30</property>
</object>
<packing>
<property name="left-attach">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]