View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#5
Hi,

why aren't you using a gtk button, and set the size like:

Code:
     button = gtk.Button()
     button.set_size_request(200,200)
if you don't specify the size, then it will be set automatically. Or try HILDON_SIZE_AUTO?

Daniel
 

The Following User Says Thank You to danielwilms For This Useful Post: