[hafqa] [hafqa] [Bug 3605] Allow Hildon window border size to be set
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Thu Oct 30 10:47:40 EET 2008
- Previous message: [hafqa] [Bug 1189] HildonWizardDialog: Can't respond to page changes
- Next message: [hafqa] [Bug 2602] Battery drain low or empty overnight
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://bugs.maemo.org/show_bug.cgi?id=3605 ------- Comment #9 from pierre.amadio at laposte.net 2008-10-30 10:47 GMT+3 ------- set_border_width has an effect, but not on the "hildonised" border, it define a border from the limit of the hildon window to the start of the contained vbox: #!/usr/bin/python2.5 import gtk import hildon win = hildon.Window() win.modify_bg(gtk.STATE_NORMAL,gtk.gdk.Color(200,200,200)) win.set_border_width(10) a=gtk.Button("plop") win.add(a) win.show_all() gtk.main() See what happen when you change set_border_width value. Being able to disable the hildon specific border would require a new setting or function to be made. It would be cool though :-) -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email Replies to this email are NOT read, instead please add comments at https://bugs.maemo.org/show_bug.cgi?id=3605 ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1189] HildonWizardDialog: Can't respond to page changes
- Next message: [hafqa] [Bug 2602] Battery drain low or empty overnight
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]