After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734786 - center the search results
center the search results
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
3.13.x
Other Linux
: Normal normal
: 3.14
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2014-08-14 12:15 UTC by Allan Day
Modified: 2014-08-14 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allan Day 2014-08-14 12:15:19 UTC
The search results are currently pushed to the left side of the window. This leaves a lot of empty space, and means that the results are divorced from the search box.

Placing the results in a column which is centered under the search bar would help a lot.

I can acheive the desired result in GtkInspector by changing the following properties on the GdMainListView which contains the search results:

halign: center
width-request: 530

And then changing the CSS with:

.content-view { background-color: @theme_bg; }
Comment 1 Vadim Rutkovsky 2014-08-14 12:48:59 UTC
Fixed in https://git.gnome.org/browse/gnome-music/commit/?id=37db419
Comment 2 Allan Day 2014-08-14 12:53:58 UTC
woot, thanks!