Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-shell
50951d15ea
Right now, the network menu will overflow the screen if More... is selected with many access points. As a short-term workaround for this, add a scrollbar for submenus of panel dropdown menus if they would cause the toplevel menu to overflow the screen. - Put the actors in a PopupSubMenu in a StScrollView so we get a scrollbar if the allocated space is smaller than the height of the menu. Expand animation is turned off in the scrolled case to avoid weirdness. - When we pop up a panel menu, set a max-height style property on the panel menu to limit it to the height of the screen. - Hack event handling while the scrollbar is dragged to make the scrollbar work properly. https://bugzilla.gnome.org/show_bug.cgi?id=646001 |
||
---|---|---|
.settings | ||
data | ||
js | ||
man | ||
po | ||
src | ||
tests | ||
tools | ||
.gitignore | ||
.project | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
gnome-shell.doap | ||
MAINTAINERS | ||
Makefile.am | ||
README |
GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience. For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see: http://live.gnome.org/GnomeShell Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell' product. License ======= GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.