From e5374981aa78ab539fee1bec795d3c35f636a53d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Tue, 8 May 2018 18:43:40 +0100 Subject: [PATCH] Improve spacing of Plot button on GTK. --- pcbnew/dialogs/dialog_plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_plot.cpp b/pcbnew/dialogs/dialog_plot.cpp index f8e767aeb0..3d02edfcae 100644 --- a/pcbnew/dialogs/dialog_plot.cpp +++ b/pcbnew/dialogs/dialog_plot.cpp @@ -53,7 +53,7 @@ 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();