Merge lp:~fraser-waters08/spud/diamond-improvements into lp:spud
Proposed by
Fraser Waters
Status: | Merged | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Merged at revision: | 404 | ||||||||||||||||||||
Proposed branch: | lp:~fraser-waters08/spud/diamond-improvements | ||||||||||||||||||||
Merge into: | lp:spud | ||||||||||||||||||||
Diff against target: |
169 lines (+28/-28) 4 files modified
diamond/bin/diamond (+16/-15) diamond/diamond/config.py (+1/-1) diamond/diamond/interface.py (+6/-8) diamond/gui/gui.glade (+5/-4) |
||||||||||||||||||||
To merge this branch: | bzr merge lp:~fraser-waters08/spud/diamond-improvements | ||||||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Patrick Farrell | Pending | ||
Review via email:
|
Description of the change
Fixes for bugs
#784587: Diamond: default sizing of right-hand side pane is quite annoying
#784589: Diamond: storing data when editing python code moves the widget up to the top of the code
#784592: Diamond: font sizing is fixed
#785090: Diamond forks on launch
#804334: Picks up pesky NFS dot files from the schemata folder
Each fix is in it's own revision.
To post a comment you must log in.
Hi Fraser,
I really like how the attribute window disappears when there are no attributes. But is it possible to change the packing of the data entry widget so that it expands to fill the available space? At the minute, it leaves lots of grey space between the widgets, which looks a little ugly.
Aside from that it all looks great!
Patrick