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 754292 - thumbnails lost padding
thumbnails lost padding
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-08-29 16:38 UTC by Andreas Nilsson
Modified: 2015-09-01 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (371.27 KB, image/png)
2015-08-29 16:38 UTC, Andreas Nilsson
Details

Description Andreas Nilsson 2015-08-29 16:38:36 UTC
Created attachment 310269 [details]
screenshot

the thumbnails of the screenshots lost their padding it seems
Comment 1 Kalev Lember 2015-08-29 16:45:53 UTC
Hm, the blue focus rectangle has disappeared as well. Looking into it now.
Comment 2 Kalev Lember 2015-08-30 19:30:32 UTC
Looks like a fallout from gtk commit https://git.gnome.org/browse/gtk+/commit/?id=fbbad5deecb635af34a890a540e8e272b95c4d9b that added:

GtkSidebarRow {
  // Needs overriding of the GtkListBoxRow padding
  @at-root .list-row {
    padding: 0px;
  }

... in the Adwaita scss, which translates to:

.list-row {
  padding: 0px; }

Adding Lapo to CC -- Lapo, do you know if this is how it's really supposed to be in Adwaita?
Comment 3 Lapo Calamandrei 2015-08-30 22:48:52 UTC
Uhm, the @at-root directive looks wrong there, I need to investigate, reporting asap.
Comment 4 Kalev Lember 2015-09-01 11:38:35 UTC
Lapo fixed it in https://git.gnome.org/browse/gtk+/commit/?id=b8f4e943fe5368a708e3caa45ae95daa4862d499 and padding and focus indicators are nicely back in gnome-software now.