Skip to content

[RFC] [applets/systemtray] Increase height of popup a bit

This generally improves things for applets that can display a lot of data, which are now less likely to become scrollable.

My sense is that this will be welcome for those applets, while people will not like the change for applets that currently do not display much stuff in them, for which this change will result in more "wasted space".

Brainstorming alternative approaches:

  1. Change the system tray to automatically resize each popup according to its contents
  2. Do nothing and close the bug as RESOLVED INTENTIONAL.

BUG: 417374 FIXED-IN: 5.20

Grid view, before:

Grid__before

Grid view, after:

Grid__after

Networks, before:

Networks__before

Networks, after:

Networks__after

Clipboard, before:

Clipboard__before

Clipboard, after:

Clipboard__after

Media, before:

Media__before

Media, after:

Media__after

Audio, before:

Audio__before

Audio, after:

Audio__after

Vaults, before:

Vaults__before

Vaults, after:

Vaults__after

Merge request reports