kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #29994
Re: [PATCH] correct text inside two importantplot windows
gentle reminder.
cheers
Fabrizio
On Mon, Jul 3, 2017 at 10:45 AM, Fabrizio Tappero <
fabrizio.tappero@xxxxxxxxx> wrote:
> Hi JP,
> thanks for it. I updated my wxformbuilder to the latest (3.6v)
> version. And I fixed the (mm) issue you mentioned.
>
> In attachment the patch.
>
> thank you
> Fabrizio
>
>
> On Sat, Jul 1, 2017 at 8:40 PM, jp charras <jp.charras@xxxxxxxxxx> wrote:
> > Le 30/06/2017 à 15:34, Fabrizio Tappero a écrit :
> >> Hello,
> >> in attachment the patch reviewed after Wayne comments.
> >>
> >> Best regards
> >> Fabrizio
> >>
> >
> > Hi Fabrizio,
> >
> > I had a look at your last patch, and found a few issues:
> > for instance the change:
> >
> > - m_defaultLineWidthTitle = new wxStaticText( sbSizerPlotFormat->GetStaticBox(),
> wxID_ANY,
> > _("Default line thickness"), wxDefaultPosition, wxDefaultSize, 0 );
> > + m_defaultLineWidthTitle = new wxStaticText( sbSizerPlotFormat->GetStaticBox(),
> wxID_ANY, _("Line
> > Thickness (mm):"), wxDefaultPosition, wxDefaultSize, 0 );
> >
> >
> > is not good for 2 reasons:
> > - "Default line thickness" is the right title (see a previous Wayne's
> answer)
> > - "Line Thickness (mm):" is incorrect:
> > the units symbol " (mm):" is added a run time, because units can be mm
> or inches.
> > so never change titles like "Value" to "Value (mm):".
> > It creates a wrong title.
> >
> > Besides your wxFormBuilder version is rather old and creates incorrect
> C++ sources: please update it.
> >
> > Thanks.
> >
> > --
> > Jean-Pierre CHARRAS
>
References
-
Re: [PATCH] correct text inside two importantplot windows
From: liyoubdu, 2017-06-08
-
Re: [PATCH] correct text inside two importantplot windows
From: Fabrizio Tappero, 2017-06-09
-
Re: [PATCH] correct text inside two importantplot windows
From: Wayne Stambaugh, 2017-06-21
-
Re: [PATCH] correct text inside two importantplot windows
From: Diego Herranz, 2017-06-21
-
Re: [PATCH] correct text inside two importantplot windows
From: Fabrizio Tappero, 2017-06-22
-
Re: [PATCH] correct text inside two importantplot windows
From: Wayne Stambaugh, 2017-06-23
-
Re: [PATCH] correct text inside two importantplot windows
From: Fabrizio Tappero, 2017-06-26
-
Re: [PATCH] correct text inside two importantplot windows
From: Fabrizio Tappero, 2017-06-30
-
Re: [PATCH] correct text inside two importantplot windows
From: jp charras, 2017-07-01
-
Re: [PATCH] correct text inside two importantplot windows
From: Fabrizio Tappero, 2017-07-03