GNOME Bugzilla – Bug 608058
message tray isn't resolution aware
Last modified: 2010-01-26 17:23:14 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.
Created attachment 152245 [details] [review] Adjust message-tray on resolution changes
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
Attachment 152245 [details] pushed as 4006d7d - Adjust message-tray on resolution changes