|
KiCad PCB EDA Suite
|
#include "layer_widget.h"#include <bitmaps.h>#include <macros.h>#include <widgets/indicator_icon.h>#include <widgets/wx_ellipsized_static_text.h>#include <widgets/ui_common.h>#include <wx/checkbox.h>#include <wx/menu.h>#include <algorithm>Go to the source code of this file.
Functions | |
| static void | shrinkFont (wxWindow *aControl, int aPointSize) |
| Reduce the size of the wxFont associated with aControl. | |
|
static |
Reduce the size of the wxFont associated with aControl.
Definition at line 55 of file layer_widget.cpp.
Referenced by LAYER_WIDGET::insertLayerRow(), and LAYER_WIDGET::insertRenderRow().