GNOME Bugzilla – Bug 693497
The spinner is too close to the border
Last modified: 2016-03-31 13:22:07 UTC
Created attachment 235601 [details] screenshot The spinner that shows up when you load a VM is very close to the border. It would be nice if it aligned with the graphics in the select button, to make it look more centered.
Created attachment 235602 [details] mockup Then it would look like this
Created attachment 237160 [details] [review] Align the spinner
Review of attachment 237160 [details] [review]: ::: src/topbar.vala @@ +78,2 @@ select_btn = toolbar.add_button ("object-select-symbolic", null, false) as Gtk.Button; + spinner_sizegroup.add_widget (select_btn); Don't you want to add other buttons too?
Review of attachment 237160 [details] [review]: ::: src/topbar.vala @@ +78,2 @@ select_btn = toolbar.add_button ("object-select-symbolic", null, false) as Gtk.Button; + spinner_sizegroup.add_widget (select_btn); There is not really a need for that, i just picked the one in the same place where the spinner appears. Theoretically we *could* add the other image based buttons (but not the "Done" one), but I don't quite see the need for it.
Review of attachment 237160 [details] [review]: ACK then
Attachment 237160 [details] pushed as 7e67be0 - Align the spinner