[hafqa] [hafqa] [Bug 3605] New: Hildon Window Border
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Mon Aug 18 12:57:18 EEST 2008
- Previous message: [hafqa] [Bug 3299] Cannot remove menu entries for partially installed / applications / stubs
- Next message: [hafqa] [Bug 3605] Allow Hildon window border size to be set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://bugs.maemo.org/show_bug.cgi?id=3605 Summary: Hildon Window Border Product: System software Version: sardine Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: Medium Component: hildon-libs AssignedTo: nobody at maemo.org ReportedBy: khertan at khertan.net QAContact: hildon-libs-bugs at maemo.org SOFTWARE VERSION: Diablo and Chinook STEPS TO REPRODUCE THE PROBLEM: #!/usr/bin/python2.5 import hildon import gtk win = hildon.Window() win.modify_bg(gtk.gdk.Color(200,200,200)) win.set_border_size(0) win.show_all() win = gtk.Window() win.modify_bg(gtk.gdk.Color(200,200,200)) win.set_border_size(0) win.show_all() EXPECTED OUTCOME: We expected that border size of an hildon window could be set, to use all the space available. ACTUAL OUTCOME: A border with about 20px is draw between the window container and the window REPRODUCIBILITY: always, also with compiled application, this isn't related to pygtk. It s just for the example. EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 -- 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 3299] Cannot remove menu entries for partially installed / applications / stubs
- Next message: [hafqa] [Bug 3605] Allow Hildon window border size to be set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]