Changes between Version 23 and Version 24 of AUTHOR_APP_TUNING_R4
- Timestamp:
- 09/04/09 18:14:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUTHOR_APP_TUNING_R4
v23 v24 64 64 * Internal frame border (the shadow border) will be hidden when the internal frame is maximized. This will be achieve by adding a ComponentListner and implementing the componentResized method. If the internal frame is maximized its border shall be set to null. If not the border will be set to the border that it previously had. In addition a named style should be added for the [source:branches/private/dido/merged-app-tuning/sophie2-platform/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/book/BookPanel.java BookPanel], so that on removing the border everything is consistent. 65 65 * Menu separators will be added directly into the xml. Color:#bec1c4 Thinckness:1px 66 * Changesets: 67 * [changeset:5968] 68 * [changeset:5970] 69 * [changeset:5977] 70 * [changeset:5984] 71 * [changeset:5999] 72 * [changeset:6001] 73 * [changeset:6008] 74 * [changeset:6010] 75 * [changeset:6011] 76 * Note: '''All the work on app tuning is merged with the resource refactoring branch. If one sees something that is missing please report it, because there were a lot of things and we might have missed some of them.''' 66 77 67 78 = Implementation =