Hotkey editor: DPI-independent default size

This commit is contained in:
Chris Pavlina 2018-01-06 22:33:46 -07:00
parent c5b2ad9595
commit f3865214d7
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/*
* This program source code file is part of KICAD, a free EDA CAD application.
*
* Copyright (C) 1992-2016 Kicad Developers, see CHANGELOG.TXT for contributors.
* Copyright (C) 1992-2018 Kicad Developers, see AUTHORS.txt for contributors.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -49,6 +49,7 @@ HOTKEYS_EDITOR_DIALOG::HOTKEYS_EDITOR_DIALOG( EDA_BASE_FRAME* aParent,
m_sdbSizerOK->SetDefault();
Layout();
SetSizeInDU( 240, 120 );
Center();
}