2 very minor gui suggestions
"Jerad Clark" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
1) I would like to make the small suggestion of sorting the menu tree in BitPim, alphabetically. To these files: call_history.py media_root.py sms_tab.py add the following to the end of the OnInit() method for each widget class: self._tree.SortChildren(self.id) Lines 279, 127, and 183 respectively. Finally add the following to line 355 (or there about) in phone_root.py: self.tree.SortChildren(self.phone_id) 2) The nodes for images, ringers, and sounds should be capitalized for consistency across the menu tree. Thanks, Jerad