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 746420 - mutter: don't show the resize popup for 2 x 2 size increments
mutter: don't show the resize popup for 2 x 2 size increments
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-03-18 21:55 UTC by Giovanni Campagna
Modified: 2015-10-20 00:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mutter: don't show the resize popup for 2 x 2 size increments (1.34 KB, patch)
2015-03-18 21:56 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2015-03-18 21:55:58 UTC
In a HiDPI environment, all gtk+ apps will report a 2 x 2 size
increment to avoid odd size. But that does not mean they are
resizing in cells like terminals, so they resize popup should
not be shown.

Ideally, we should ignore <= scale x scale increments, but in
practice scale is 1 or 2, and even in a lo-dpi setting a 2 x 2
increment makes little sense so let's keep the patch simple.
Comment 1 Giovanni Campagna 2015-03-18 21:56:01 UTC
Created attachment 299768 [details] [review]
mutter: don't show the resize popup for 2 x 2 size increments
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-06-27 04:02:59 UTC
Review of attachment 299768 [details] [review]:

Needs a comment here.
Comment 3 Giovanni Campagna 2015-10-20 00:22:26 UTC
Attachment 299768 [details] pushed as f2afa7a - mutter: don't show the resize popup for 2 x 2 size increments