Changeset 6342 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 11 Jun 2011, 05:07:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/layout.py
r6193 r6342 104 104 if self.widgets.get('frontpage'): 105 105 self.widgets['frontpage'].width = 70 106 if self.widgets.get('phone'): 107 self.widgets['phone'].displayWidth = 13 108 if self.widgets.get('notice'): 109 self.widgets['notice'].height = 3 106 110 107 111 class WAeUPAddFormPage(AddForm, UtilityView):
Note: See TracChangeset for help on using the changeset viewer.