Changes between Version 12 and Version 13 of RoseCylc/Hints
- Timestamp:
- 17/02/15 08:11:41 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RoseCylc/Hints
v12 v13 22 22 Setting the default size of the rose edit window and the width of the rose edit left hand menu pane can be very helpful. 23 23 24 Edit `~/.metomi/rose /conf`24 Edit `~/.metomi/rose.conf` 25 25 26 26 Adding the following information to the file sets the default size and width of the `rose config-edit` (`rose edit`) window: 27 27 {{{ 28 28 [rose-config-edit] 29 SIZE_WINDOW = (1100, 650) WIDTH_TREE_PANEL = 400 29 SIZE_WINDOW = (1100, 650) 30 WIDTH_TREE_PANEL = 400 30 31 }}} 31 32