Larger dialog size.
This commit is contained in:
parent
e926ec42f8
commit
de9161be85
|
@ -217,7 +217,7 @@ DIALOG_SYMBOL_LIB_TABLE::DIALOG_SYMBOL_LIB_TABLE( wxTopLevelWindow* aParent,
|
||||||
m_cur_grid = m_project_grid;
|
m_cur_grid = m_project_grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
SetSizeInDU( 360, 240 );
|
SetSizeInDU( 450, 400 );
|
||||||
|
|
||||||
// On some window managers (Unity, XFCE), this dialog is
|
// On some window managers (Unity, XFCE), this dialog is
|
||||||
// not always raised, depending on this dialog is run.
|
// not always raised, depending on this dialog is run.
|
||||||
|
|
Loading…
Reference in New Issue