calendar: Make notification icons font-relative
As notification icons now align with the title, it makes sense for them to follow the text size in case a text-scaling-factor other than 1 is applied. https://bugzilla.gnome.org/show_bug.cgi?id=788265
This commit is contained in:
@@ -20,7 +20,7 @@ var MSECS_IN_DAY = 24 * 60 * 60 * 1000;
|
||||
var SHOW_WEEKDATE_KEY = 'show-weekdate';
|
||||
var ELLIPSIS_CHAR = '\u2026';
|
||||
|
||||
var MESSAGE_ICON_SIZE = 16;
|
||||
var MESSAGE_ICON_SIZE = -1; // pick up from CSS
|
||||
|
||||
// alias to prevent xgettext from picking up strings translated in GTK+
|
||||
const gtk30_ = Gettext_gtk30.gettext;
|
||||
|
Reference in New Issue
Block a user