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 643892 - Fix layout and display problems of gcr certificate widget on GNOME 3
Fix layout and display problems of gcr certificate widget on GNOME 3
Status: RESOLVED FIXED
Product: gcr
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-03-04 17:47 UTC by Stef Walter
Modified: 2019-02-22 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stef Walter 2011-03-04 17:47:29 UTC
Fix layout and display problems of gcr certificate widget on GNOME 3

 * Use preferred height and width properly.
 * Fix the color of the expander.
Comment 1 Stef Walter 2011-03-04 18:08:01 UTC
Committed and pushed these fixes:

commit 4a4aa90e209bccb9b06ef26b5a0807eea819a879
Author: Stef Walter <stefw@collabora.co.uk>
Date:   Fri Mar 4 19:04:23 2011 +0100

    Transfer the color properly onto the certificate widget expander.
    
     * Remains white when a text selection surrounds it, this is harder
       to fix.
     * Highlights properly on mouse over.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643892

commit 57fec1af8b412bc8ce6822d7d1b7d7f413fe7c5f
Author: Stef Walter <stefw@collabora.co.uk>
Date:   Fri Mar 4 18:43:29 2011 +0100

    Calculate the minimal/natural size of certificate widget  better.
    
     * These are still just gueseses. But they're guesses that look good.
     * Added a new GcrViewer implementation that is a scrolled viewer.
       We use this in GcrCertificateWidget instead of using GtkScrolledWind
       directly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643892