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 724607 - More hidpi fixes
More hidpi fixes
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-18 07:08 UTC by Cosimo Cecchi
Modified: 2014-02-18 15:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
osdWindow: scale by scaleFactor (1.70 KB, patch)
2014-02-18 07:08 UTC, Cosimo Cecchi
committed Details | Review
messageTray: don't force a size on SourceActor's iconBin (1023 bytes, patch)
2014-02-18 07:08 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2014-02-18 07:08:00 UTC
See patches
Comment 1 Cosimo Cecchi 2014-02-18 07:08:03 UTC
Created attachment 269504 [details] [review]
osdWindow: scale by scaleFactor

Since we calculate this dimensions from the size of the monitor, the
result was too large. Scale it by scaleFactor instead.
Comment 2 Cosimo Cecchi 2014-02-18 07:08:06 UTC
Created attachment 269505 [details] [review]
messageTray: don't force a size on SourceActor's iconBin

Supports hidpi icons this way.
Comment 3 drago01 2014-02-18 09:16:10 UTC
Review of attachment 269504 [details] [review]:

Oh indeed osd windows are huge here. LG.
Comment 4 drago01 2014-02-18 09:16:34 UTC
Review of attachment 269505 [details] [review]:

LG.
Comment 5 Cosimo Cecchi 2014-02-18 15:50:13 UTC
Attachment 269504 [details] pushed as 8492f2b - osdWindow: scale by scaleFactor
Attachment 269505 [details] pushed as b7e1539 - messageTray: don't force a size on SourceActor's iconBin