GNOME Bugzilla – Bug 705297
shell: prevent the window from being taller than the height of the monitor
Last modified: 2013-08-02 15:36:32 UTC
Make sure the window is not taller than the height of the monitor when not in small screen mode.
Created attachment 250634 [details] [review] shell: prevent the window from being taller than the height of the monitor
Review of attachment 250634 [details] [review]: Looks good for gnome-3-8 and master
Attachment 250634 [details] pushed as b52fde3 - shell: prevent the window from being taller than the height of the monitor
Needs some fixing... $ LC_ALL=en_GB.UTF-8 ./gnome-control-center (gnome-control-center:26900): Gdk-CRITICAL **: gdk_screen_get_monitor_geometry: assertion 'monitor_num >= 0' failed (gnome-control-center:26900): Gdk-CRITICAL **: gdk_screen_get_monitor_geometry: assertion 'monitor_num >= 0' failed
Created attachment 250697 [details] [review] shell: prevent a warning if the monitor number is not available yet
Review of attachment 250697 [details] [review]: Looks good
Attachment 250697 [details] pushed as eca503b - shell: prevent a warning if the monitor number is not available yet