Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Features/Touch/Programming Tips
(view source)
Revision as of 15:30, 26 October 2012
No change in size
,
15:30, 26 October 2012
m
→Accessing the On-Screen Keyboard
Line 10:
Line 10:
def _fixed_resize_cb(self, widget=None, rect=None):
def _fixed_resize_cb(self, widget=None, rect=None):
−
'''
If a toolbar opens or closes, we need to resize the vbox
+
"""
If a toolbar opens or closes, we need to resize the vbox
−
holding out scrolling window.
'''
+
holding out scrolling window.
"""
self.vbox.set_size_request(rect.width, rect.height)
self.vbox.set_size_request(rect.width, rect.height)
Walter
Bureaucrats
,
Administrators
10,579
edits