Improve color button padding
This commit is contained in:
parent
775d15d8cf
commit
34ceee14ed
|
@ -213,7 +213,7 @@ bool PANEL_EESCHEMA_COLOR_SETTINGS::saveCurrentTheme()
|
|||
|
||||
void PANEL_EESCHEMA_COLOR_SETTINGS::createButtons()
|
||||
{
|
||||
const int flags = wxALIGN_CENTER_VERTICAL | wxALIGN_LEFT;
|
||||
const int flags = wxALIGN_CENTER_VERTICAL | wxALIGN_LEFT | wxRIGHT;
|
||||
wxSize border = ConvertDialogToPixels( BUTTON_BORDER );
|
||||
|
||||
std::vector<SCH_LAYER_ID> layers;
|
||||
|
|
Loading…
Reference in New Issue