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 762506 - Installed apps list went unaligned
Installed apps list went unaligned
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-23 02:26 UTC by Rafal Luzynski
Modified: 2016-02-23 11:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (131.54 KB, image/png)
2016-02-23 02:26 UTC, Rafal Luzynski
Details

Description Rafal Luzynski 2016-02-23 02:26:13 UTC
Created attachment 321914 [details]
Screenshot

It looks correct in English but it looks bad in some translations. It is related with the length of the application tags which are short in English ("3rd party", "web app") but may be longer when translated. You can test it easily changing the content of the label. But honestly I can't see any reason why these widgets could go so unaligned when there is enough space to the right of the tags. Also different apps have differently bad alignments even if they have the same tags.

PS. Please don't blame the translator for the language requiring long translations.
Comment 1 Richard Hughes 2016-02-23 08:52:43 UTC
commit 2a5d868ce19abc033e095b2a29b924f1106cc496
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Feb 23 08:49:08 2016 +0000

    Correct misalignment when application tags are long
    
    Note: Setting this property doesn't actually wrap the tags, it just lets the
    GtkSizeGroup do it's thing properly.
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=762506

:100644 100644 8948073... c10d310... M  src/gs-app-row.ui
Comment 2 Rafal Luzynski 2016-02-23 11:31:26 UTC
It's working correctly now. Thanks, Richard.