1

About a week ago I noticed my notification area had roughly it's own height from the bottom of the screen. How can I move it back to the bottom?

enter image description here

devav2
  • 36,312
danwoods
  • 121

2 Answers2

0

It was an extension I had installed called "Panel Settings". link

danwoods
  • 121
0

Remove Main.messageTray.actor.get_parent().get_height() at line 550 of Panel Notification extension.js.

Eliah Kagan
  • 117,780
dpu
  • 1
  • 1
    This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. – Salem Jan 04 '13 at 11:19
  • 1
    @Salem: yes, it does provide an answer to the question. It just isn't very detailed. – Flimm Jan 04 '13 at 15:28