Sugar Learning Environment, Activity Toolkit, GTK 3.
b9d6b628a9
On Gtk 3.10, Gtk.Menu at the bottom of the screen are resized to avoid fall out of the screen, then report a wrong height. We need calculate the size of the children and move the Menu up. This problem is visible on the Clipboard icon palettes, and in journal objects palettes at the bottom of the screen. This patch also rename a variable 'rect' to 'req', because is a Requisition (width, height) and not a Rectangle (x, y, width, height). Finally, to avoid a error with the secondary text on the palette, when copy text from the terminal, reove the '¬r' character. Signed-off-by: Gonzalo Odiard <godiard@sugarlabs.org> |
||
---|---|---|
bin | ||
examples | ||
m4 | ||
po | ||
src | ||
tests | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
MAINTAINERS | ||
Makefile.am | ||
README |
Sugar is the core of the OLPC Human Interface. The toolkit provides a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore.