Thread
:
Python: Hildon Button Size
View Single Post
danielwilms
2009-12-18 , 09:33
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
Quote & Reply
|
The Following User Says Thank You to danielwilms For This Useful Post:
HangLoose
danielwilms
View Public Profile
Send a private message to danielwilms
Find all posts by danielwilms