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 608058 - message tray isn't resolution aware
message tray isn't resolution aware
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-01-25 18:14 UTC by Achim Frase
Modified: 2010-01-26 17:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adjust message-tray on resolution changes (1.52 KB, patch)
2010-01-25 18:23 UTC, Florian Müllner
committed Details | Review

Description Achim Frase 2010-01-25 18:14:59 UTC
If I start Gnome-Shell with an resolution of 1280x1024 and then change the resolution to 1920x1200, while the shell is running the message tray doesn't change its length.
Comment 1 Florian Müllner 2010-01-25 18:23:05 UTC
Created attachment 152245 [details] [review]
Adjust message-tray on resolution changes
Comment 2 Achim Frase 2010-01-25 18:48:33 UTC
The patch works, thx.

FYI:
--------------------------
|From 7177024d8c6cd72acd327085d0345b9fd184fa90 Mon Sep 17 00:00:00 2001
|From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@src.gnome.org>
|Date: Mon, 25 Jan 2010 19:28:35 +0100
|Subject: [PATCH] Adjust message-tray on resolution changes
|
|https://bugzilla.gnome.org/show_bug.cgi?id=608058
|---
| js/ui/messageTray.js |   16 +++++++++++-----
| 1 files changed, 11 insertions(+), 5 deletions(-)
|
|diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
|index 60dbebc..b045894 100644
|--- a/js/ui/messageTray.js
|+++ b/js/ui/messageTray.js
--------------------------
File to patch: messageTray.js
patching file messageTray.js
patch unexpectedly ends in middle of line
Comment 3 Florian Müllner 2010-01-26 17:23:09 UTC
Attachment 152245 [details] pushed as 4006d7d - Adjust message-tray on resolution changes