[gnome-software] details: Align spinner with progress label
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] details: Align spinner with progress label
- Date: Mon, 9 Dec 2019 10:00:40 +0000 (UTC)
commit 4203152b97ad556f0c137c7e1182c2fa5ae390b9
Author: Philip Chimento <philip endlessm com>
Date: Fri Nov 22 14:07:11 2019 -0800
details: Align spinner with progress label
Previously, the spinner and progress label were misaligned which looked
broken.
src/gs-details-page.ui | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index ebd19bbd..676f73f5 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -195,6 +195,7 @@
<child>
<object class="GtkSpinner" id="spinner_remove">
<property name="visible">False</property>
+ <property name="valign">center</property>
</object>
</child>
<child>
@@ -203,6 +204,7 @@
<property name="spacing">3</property>
<property name="orientation">vertical</property>
<property name="hexpand">True</property>
+ <property name="valign">center</property>
<child>
<object class="GtkBox" id="box_progress2">
<property name="visible">True</property>
@@ -211,12 +213,14 @@
<child>
<object class="GtkLabel" id="label_progress_status">
<property name="visible">True</property>
+ <property name="valign">start</property>
<property name="label" translatable="yes">Downloading</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label_progress_percentage">
<property name="visible">True</property>
+ <property name="valign">start</property>
<property name="label">50%</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]