[nautilus/wip/apoos-maximus/gsoc2020: 65/73] properties-window: Reposition icon above basic grid
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/apoos-maximus/gsoc2020: 65/73] properties-window: Reposition icon above basic grid
- Date: Sun, 2 Aug 2020 12:33:40 +0000 (UTC)
commit 467e70d08590a2ae17ad1bc1558d4cd05514dea6
Author: Apoorv Sachan <apoorv 99 sachan gmail com>
Date: Tue Jul 14 02:20:52 2020 +0530
properties-window: Reposition icon above basic grid
With the title labels aligned to the right, the icon widget is isolated
at the left side, pushed to the edge and disconnected.
So, changed change the orientation of the container to vertical, and
center the icon widget, for better aesthetic and visual balance.
src/resources/ui/nautilus-properties-window.ui | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 63dce7e68..e8c3ddc1b 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -20,11 +20,13 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">12</property>
+ <property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
<object class="GtkStack" id="icon_stack">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">center</property>
<property name="valign">start</property>
<child>
<object class="GtkImage" id="icon_image">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]