[Mac] Library dialog is not ok
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Phatch |
Low
|
Stani |
Bug Description
- select button does not have enough space around it
- size should be adjusted so 2 rows are shown
The relevant code for the space around the button is in lib/pyWx/
#buttons
btn_sizer = wx.BoxSizer(
b = 6
Now the space should be 6px as specified by 'b=6'. To increase the size give a higher value
The relevant code for the size is in pyWx/gui.py (line 645):
(...)
-> You need to replace 370 with a higher value until two rows of thumbnails are visible. So what is this value?
Please attach a screenshot so I can evaluate the result.
Thanks!
Changed in phatch: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → stani (stani) |
Changed in phatch: | |
assignee: | stani (stani) → Gregory Meno (greg-meno) |
milestone: | none → 0.2.7 |
Changed in phatch: | |
milestone: | 0.2.7 → 0.2.8 |
Changed in phatch: | |
assignee: | Gregory Meno (greg-meno) → nobody |
description: | updated |
description: | updated |
tags: | added: mac |
Changed in phatch: | |
assignee: | nobody → clanmills (robinmills) |
robinmills (robinmills) wrote : | #1 |
robinmills (robinmills) wrote : | #2 |
robinmills (robinmills) wrote : | #3 |
robinmills (robinmills) wrote : | #4 |
robinmills (robinmills) wrote : | #5 |
robinmills (robinmills) wrote : | #6 |
robinmills (robinmills) wrote : | #7 |
I'm going to bed now. I'll see if I can get 0.2.7.1 running on Windows 7 tomorrow and see how it looks. I also have a 64 Vista Ultimate and 32 bit XP system. Let's see where we are with that lot on Sunday. I have promised to proof read the first 20 pages of a User Manual on Sunday, talk with Nadia (and I hope Andre), and go running with Dennis. Patience - I'm working on this stuff. Thank goodness I don't have work this week - I don't have time to waste earning a living!
Stani (stani) wrote : | #8 |
@robin
Sorry for being unclear. The library dialog is of course the one which you get with File>Open Library
Stani (stani) wrote : | #9 |
@robin
Of course I mean from the menu 'Action List>Open Library...'
Changed in phatch: | |
assignee: | robinmills (robinmills) → Stani (stani) |
status: | Confirmed → Fix Committed |
Changed in phatch: | |
status: | Fix Committed → Fix Released |
Insufficient information.
I'm not sure what the Library dialog is. I enclose screen shots of three windows which are clearly in need of attention:
Inspector.jpg: I think this is the one being discussed. It looks 'kind of' all right. I'm not sure why the Exif tags have a P in front of them - maybe that's by design.
Ready.jpg: This is basically OK. However it appears at the top left of the screen. I think it should be a sheet coming out of the main application window.
Inspector.jpg: This needs a lot of attention.
1) I think it should also be a sheet coming out of the main phatch window. Throwing it up in the top left of the screen feels very strange.
2) Clearly sizing (and possibly location) issues with the "Continue" button.
3) Search box is overlapping the browser control below.
4) The browser control is very boring (I don't know if that's a bug - it's just the way it looks to me).
I seem to be only about to upload attachments one at a time. I'll add the others. I'll run the same actionlist on Linux and Windows and post the screen shots for comparison.
Stani: I'm sure you'll want to separate all those bugs - however let them just collect here for the moment. We can discuss what to do about them in a day or two. We have to start somewhere.