2.5 Mac UI

 From:  Michael Gibson
4913.3 In reply to 4913.1 
Hi ed,

re: combobox dropdown menus - those are handled by Qt right now and there is not a good method set up to style them. I guess they probably use what they think are the Windows system colors for window background and text color, so it may be possible to change what Wine has as those colors by editing the registry somewhere, you can edit the registry by firing up the Wineskin.app that's nested one level inside the main app and going to the "Advanced" tab I think, use regedit there. This is just a guess though and I don't know the specifics of what to set off the top of my head.


> Then the bottom left part of the side pane (screenshot above) Its moved
> to one side and too low, i want it a little bit higher and centered. Can
> anyone help me??

gonna need to see your customized UI to have any shot at giving you a pointer on that. You probably want to add some margin-bottom or padding-bottom in CSS to the thing that's containing the bottom stuff. (EDIT: crossed posts there)

- Michael