[gnome-software] gs-details-page: Stop details grid vertically expanding
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] gs-details-page: Stop details grid vertically expanding
- Date: Fri, 28 Jun 2019 13:51:42 +0000 (UTC)
commit 566f93b2cf0f531f438584cbf7fc98729c05cc24
Author: Philip Withnall <withnall endlessm com>
Date: Thu Jun 27 16:43:48 2019 +0100
gs-details-page: Stop details grid vertically expanding
When there are very few rows in the details grid (due to not much
information being available for an app), it expands each row to fill the
available vertical area, which looks a bit weird.
Change the vertical alignment to stop doing that.
Signed-off-by: Philip Withnall <withnall endlessm com>
src/gs-details-page.ui | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index a3c4b94e..3e58f8cf 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -586,6 +586,7 @@
<property name="row_spacing">9</property>
<property name="column_spacing">24</property>
<property name="hexpand">True</property>
+ <property name="valign">start</property>
<child>
<object class="GtkLabel" id="label_details_version_title">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]