← Back to team overview

kicad-developers team mailing list archive

Re: Sunken panels and 3D borders.

 

Hey Jeff,

To fix the border issue, use wxBORDER_SIMPLE instead of wxBORDER_RAISED
as a window style option.  Here is the environment variable dialog on
windows 10 with this change.

Cheers,

Wayne

On 8/2/2018 10:11 AM, Jeff Young wrote:
> Hi Wayne,
> 
> I had been removing them but on either MSW or GTK (I can’t remember which), wxGrid doesn’t have any border at all in flat mode, and the header rows are the same background colour as the dialog makes things really hard to visually parse.
> 
> A single-pixel line border would be better, but I couldn’t figure out how to get there.
> 
> Cheers,
> Jeff.
> 
> 
>> On 2 Aug 2018, at 15:05, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
>>
>> Is there any reason to keep sunken panels and 3D boards in either dialog
>> or frame window panels?  They look out of place on all versions of
>> windows after 3.1.  Given the flat look of most modern window managers
>> on linux, they also look out of place there as well.  Is there any
>> objection to removing them?
>>
>> Cheers,
>>
>> Wayne
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
> 

Attachment: grid-simple-border.png
Description: PNG image


Follow ups

References