On Jun 10, 2013, at 6:59 AM, Ben Abbott wrote:
> On Jun 9, 2013, at 10:43 PM, Torsten wrote:
>
>> On 09.06.2013 14:56, Ben Abbott wrote:
>>
>>> Torsten,
>>>
>>> I have no idea why the workspace colors is squished on MacOS X. Do they
>>> render correctly on Ubuntu? Any idea how to fix this? My only guess is
>>> that the spacing of the contents of the widget aren't inheriting the
>>> settings of their parent (the parent appears to have its layout spacing
>>> set to -1, so I'd expect a reasonable result) , but as I'm barely
>>> literate in c++, I'm unable to confirm.
>>
>> Could you please try the attached patch?
>>
>> Torsten
>
> No change for me. In case it may provide a hint, the "Editor Styles" tab looks great on MacOS X.
>
> Ben
Using Qt Designer, I copied some of the features of the "Editor Styles" layout. The result looks quite good now. I assume the spacing between columns is coded in c++, and will need to be adjusted there. Iv'e attached a diff for what I changed.