kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #33403
Re: Update PCB from Schematic dialog issues
Le 23/01/2018 à 15:40, Jeff Young a écrit :
> Yeah, it’s just most noticeable in Read Netlist, but in fact it’s all radio buttons in a box sizer:
In fact the wxWidget is a wxRadioBox, and has no specific option for radio buttons positions
It looks like a wxStaticBoxSizer + radio buttons, but at Kicad code level this is not the case
(I am guessing it could be the case in wxWidgets internal code).
I always saw sizing issues on Linux/KDE with wxStaticBoxSizers and/or wxRadioBoxes, especially
wxRadioBoxes.
This is not the same issue as OSX, but the vertical size is incorrectly calculated, giving a ugly
look to some dialogs using them (they are even not usable in wxWidgets built against GTK3).
So I can easily live with replacing wxStaticBoxSizers and wxRadioBoxes by something else.
>
>
>
>> On 23 Jan 2018, at 14:35, Jeff Young <jeff@xxxxxxxxx> wrote:
>>
>> Note: I’ve split the dialog issues out into a separate thread.
>>
>> Hi Wayne,
>>
>> It still happens. I have wxFormBuilder running, but none of the settings affect the centering. I suspect it’s just how the wxWidgets team implemented it on OSX.
>>
>> I might light at it again while putting my flame-suit on over Undo. ;)
>>
>> Cheers,
>> Jeff.
>>
>>
>>> On 23 Jan 2018, at 14:19, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
--
Jean-Pierre CHARRAS
Follow ups
References