Andrea Azzarone has proposed merging 
~azzar1/ubuntu/+source/gnome-initial-setup:ubuntu/master-fix-1824996 into 
~ubuntu-desktop/ubuntu/+source/gnome-initial-setup:ubuntu/master.

Commit message:
d/p/0001-Add-Ubuntu-mode-with-special-pages.patch: Don't set vexpand for the 
GtkSpinner in the apps page. (LP: #1824996)

Requested reviews:
  Ubuntu Desktop (ubuntu-desktop)
Related bugs:
  Bug #1824996 in gnome-initial-setup (Ubuntu): "Spinner in "apps" page is huge"
  https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1824996

For more details, see:
https://code.launchpad.net/~azzar1/ubuntu/+source/gnome-initial-setup/+git/gnome-initial-setup/+merge/366123
-- 
Your team Ubuntu Desktop is requested to review the proposed merge of 
~azzar1/ubuntu/+source/gnome-initial-setup:ubuntu/master-fix-1824996 into 
~ubuntu-desktop/ubuntu/+source/gnome-initial-setup:ubuntu/master.
diff --git a/debian/changelog b/debian/changelog
index ee0d86b..44093bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnome-initial-setup (3.32.1-1ubuntu3) UNRELEASED; urgency=medium
+
+  * d/p/0001-Add-Ubuntu-mode-with-special-pages.patch:
+    - Don't set vexpand for the GtkSpinner in the apps page. (LP: #1824996)
+
+ -- Andrea Azzarone <[email protected]>  Tue, 16 Apr 2019 14:29:35 +0000
+
 gnome-initial-setup (3.32.1-1ubuntu2) disco; urgency=medium
 
   * d/p/0001-Add-Ubuntu-mode-with-special-pages.patch:
diff --git a/debian/patches/0001-Add-Ubuntu-mode-with-special-pages.patch b/debian/patches/0001-Add-Ubuntu-mode-with-special-pages.patch
index 4b2eb38..f36844f 100644
--- a/debian/patches/0001-Add-Ubuntu-mode-with-special-pages.patch
+++ b/debian/patches/0001-Add-Ubuntu-mode-with-special-pages.patch
@@ -15,7 +15,7 @@ Subject: Add Ubuntu mode with special pages
  .../pages/apps/default-snap-icon.svg               |   1 +
  gnome-initial-setup/pages/apps/gis-apps-page.c     | 651 +++++++++++++++++++++
  gnome-initial-setup/pages/apps/gis-apps-page.h     |  52 ++
- gnome-initial-setup/pages/apps/gis-apps-page.ui    | 112 ++++
+ gnome-initial-setup/pages/apps/gis-apps-page.ui    | 111 ++++
  gnome-initial-setup/pages/apps/meson.build         |  10 +
  .../pages/livepatch/gis-auth-dialog.c              | 528 +++++++++++++++++
  .../pages/livepatch/gis-auth-dialog.h              |  40 ++
@@ -37,7 +37,7 @@ Subject: Add Ubuntu mode with special pages
  .../pages/ubuntu-report/ubuntu-report.svg          |   1 +
  meson.build                                        |   3 +
  po/POTFILES.in                                     |  12 +
- 34 files changed, 3022 insertions(+), 5 deletions(-)
+ 34 files changed, 3021 insertions(+), 5 deletions(-)
  create mode 100644 data/com.ubuntu.welcome.policy.in
  create mode 100644 data/its/polkit.its
  create mode 100644 data/its/polkit.loc
@@ -1056,10 +1056,10 @@ index 0000000..9494b9e
 +#endif /* __GIS_APPS_PAGE_H__ */
 diff --git a/gnome-initial-setup/pages/apps/gis-apps-page.ui b/gnome-initial-setup/pages/apps/gis-apps-page.ui
 new file mode 100644
-index 0000000..6c99d8f
+index 0000000..5944539
 --- /dev/null
 +++ b/gnome-initial-setup/pages/apps/gis-apps-page.ui
-@@ -0,0 +1,112 @@
+@@ -0,0 +1,111 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<interface>
 +  <!-- interface-requires gtk+ 3.0 -->
@@ -1104,7 +1104,6 @@ index 0000000..6c99d8f
 +            <child>
 +              <object class="GtkSpinner" id="spinner">
 +                <property name="visible">True</property>
-+                <property name="vexpand">True</property>
 +              </object>
 +              <packing>
 +                <property name="name">page_spinner</property>
-- 
ubuntu-desktop mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop

Reply via email to