summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-08-13 11:34:51 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-29 14:33:41 +0200
commite6f8e4a1df7fe86646fa4ce5db6b61d0d4d480b5 (patch)
tree8d9445c7bc7013dd7efeb1851b31736b9964b477
parent5a24d8943baea1cab32288f5bc9b1d2e8dc19d59 (diff)
downloadnautilus-e6f8e4a1df7fe86646fa4ce5db6b61d0d4d480b5.tar.gz
notebook: Expand spinner
The spinner in the notebook tabs is currently start-aligned, so expanding it fixes it not being centered.
-rw-r--r--src/nautilus-notebook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-notebook.c b/src/nautilus-notebook.c
index 9bfa45fdb..d7cf42bbd 100644
--- a/src/nautilus-notebook.c
+++ b/src/nautilus-notebook.c
@@ -335,6 +335,7 @@ build_tab_label (NautilusNotebook *notebook,
/* Spinner to be shown as load feedback */
spinner = gtk_spinner_new ();
+ g_object_set (spinner, "expand", TRUE, NULL);
gtk_container_add (GTK_CONTAINER (grid), spinner);
/* Dummy icon to allocate space for spinner */