Another attempt to fix the initial button layout on GTK.

This commit is contained in:
Jeff Young
2018-05-08 20:01:29 +01:00
parent e5374981aa
commit 31b026c70f
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -53,10 +53,10 @@ DIALOG_PLOT::DIALOG_PLOT( PCB_EDIT_FRAME* aParent ) :
init_Dialog();
// We use a sdbSizer here to get the order right, which is platform-dependent
m_sdbSizer1OK->SetLabel( _( " Plot " ) );
m_sdbSizer1OK->SetLabel( _( "Plot" ) );
m_sdbSizer1Apply->SetLabel( _( "Generate Drill Files..." ) );
m_sdbSizer1Cancel->SetLabel( _( "Close" ) );
m_sdbSizer1->Layout();
m_sizerButtons->Layout();
m_sdbSizer1OK->SetDefault();