[polari] Point the userlist popover down



commit e3595564640a9a7c606fcc76ec5beec803fff844
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Feb 17 12:37:04 2015 -0500

    Point the userlist popover down
    
    Under Wayland, popovers can now extend beyond the boundaries of
    the main window. For the userlist, this mean that it just disappeared
    beneath the top bar. To prevent that, explicitly make it pop up
    towards the bottom.

 src/mainWindow.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 0cefb5f..bd18df5 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -303,6 +303,7 @@ const MainWindow = new Lang.Class({
 
         this._userListPopover = new UserList.UserListPopover();
         this._userListPopover.widget.relative_to = this._showUserListButton;
+        this._userListPopover.widget.position = Gtk.PositionType.BOTTOM;
     },
 
     showJoinRoomDialog: function() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]