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 764479 - vpn: configuration icon image is right-of-center
vpn: configuration icon image is right-of-center
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-01 20:34 UTC by Christian Hergert
Modified: 2016-04-02 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
weird placement of icon image (44.01 KB, image/png)
2016-04-01 20:34 UTC, Christian Hergert
  Details
network/vpn: Fix the options button icon alignment (996 bytes, patch)
2016-04-02 15:33 UTC, Rui Matos
committed Details | Review

Description Christian Hergert 2016-04-01 20:34:06 UTC
Created attachment 325185 [details]
weird placement of icon image

The icon placement within the configure-vpn button is oddly placed.

Screenshot attached
Comment 1 Christian Hergert 2016-04-01 20:35:21 UTC
According to inspector, the xalign is set to 1.0 (instead of 0.5).
Comment 2 Rui Matos 2016-04-02 15:33:11 UTC
Created attachment 325223 [details] [review]
network/vpn: Fix the options button icon alignment

No idea why this was set but it's clearly wrong and this property has
even been deprecated in GtkButton since 3.14 .
Comment 3 Rui Matos 2016-04-02 15:34:14 UTC
Attachment 325223 [details] pushed as e45b5c8 - network/vpn: Fix the options button icon alignment