[hafqa] [hafqa] [Bug 1279] New: gtk.Range style property "slider-width" freaks out when set too large
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Wed May 2 07:44:58 EEST 2007
- Previous message: [hafqa] [Bug 1276] New: wrong allocators used in hildon_window_get_borders
- Next message: [hafqa] [Bug 1279] gtk.Range style property "slider-width" freaks out when set too large
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=1279 Summary: gtk.Range style property "slider-width" freaks out when set too large Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org The following python code demonstrates a curious effect on VScales and HScales when we change the slider width style property beyond about 25: the slider starts "repeating" itself in a bizarre fashion. import gtk gtk.rc_parse_string('''style "ToolkitScale" { GtkRange::slider-width = 30 } class "GtkRange" style "ToolkitScale" ''') w = gtk.Window() w.add(gtk.HScale()) w.show_all() gtk.main() -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1276] New: wrong allocators used in hildon_window_get_borders
- Next message: [hafqa] [Bug 1279] gtk.Range style property "slider-width" freaks out when set too large
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]