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 727075 - W32: Combobox (with an entry) is gigantic
W32: Combobox (with an entry) is gigantic
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-03-26 06:58 UTC by LRN
Modified: 2014-04-04 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make combobox-entry thinner by removing unneeded padding (1.34 KB, patch)
2014-03-26 06:58 UTC, LRN
committed Details | Review
How it looks without the patch (16.68 KB, image/png)
2014-03-26 06:59 UTC, LRN
  Details
How it looks with the patch (17.93 KB, image/png)
2014-03-26 06:59 UTC, LRN
  Details

Description LRN 2014-03-26 06:58:51 UTC
This seems to be because of the padding the button has. As a result,
the widget is visibly bigger than entries and non-entry comboboxes.
Comment 1 LRN 2014-03-26 06:58:55 UTC
Created attachment 272964 [details] [review]
Make combobox-entry thinner by removing unneeded padding
Comment 2 LRN 2014-03-26 06:59:23 UTC
Created attachment 272965 [details]
How it looks without the patch
Comment 3 LRN 2014-03-26 06:59:44 UTC
Created attachment 272966 [details]
How it looks with the patch
Comment 4 Matthias Clasen 2014-03-26 14:24:07 UTC
Review of attachment 272964 [details] [review]:

Looks much better indeed.
Comment 5 LRN 2014-04-04 10:15:08 UTC
Attachment 272964 [details] pushed as c58ed48 - W32: Make combobox-entry thinner by removing unneeded padding