kicad/3d-viewer/3d_cache/dialogs
Wayne Stambaugh 650207a6e1 Pcbnew: fix 3D viewer panel default size issue.
The 3D viewer panel had a default size that was causing sizing issue
with the footprint properties dialog.  Set the default size to -1;-1
and set the proportion setting to 1 when adding the panel to the sizer
which allows the panel to file in the correct size.

Fixed some minor control spacing issues in the footprint properties
dialog properties tab.

Please note that is only a partial fix for this issue.  There is still
too much vertical space which is partially due to the use of wxSpinCtrl
instead of wxDoubleSpinCtrl.

Fixes lp:1742701

https://bugs.launchpad.net/kicad/+bug/1742701
2018-01-12 20:58:44 -05:00
..
3d_cache_dialogs.cpp refactoring: removed dependency of libpcbcommon on 3d-viewer. 2017-11-03 20:01:42 +01:00
3d_cache_dialogs.h Remove some extra semicolons 2017-11-09 19:52:18 +01:00
dlg_3d_pathconfig.cpp Fix loop variable copy in for-range loop, use const reference instead 2018-01-09 19:18:44 -05:00
dlg_3d_pathconfig.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
dlg_3d_pathconfig_base.cpp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dlg_3d_pathconfig_base.fbp Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dlg_3d_pathconfig_base.h Common, 3D viewer, CvPcb, and Eeschema dialog tweaks. 2017-12-26 09:38:45 -05:00
dlg_select_3dmodel.cpp Set reasonable 3D model select dialog default path. 2017-12-27 12:43:26 -05:00
dlg_select_3dmodel.h refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 2017-11-03 20:02:06 +01:00
panel_prev_3d_base.cpp Pcbnew: fix 3D viewer panel default size issue. 2018-01-12 20:58:44 -05:00
panel_prev_3d_base.fbp Pcbnew: fix 3D viewer panel default size issue. 2018-01-12 20:58:44 -05:00
panel_prev_3d_base.h Pcbnew: fix 3D viewer panel default size issue. 2018-01-12 20:58:44 -05:00
panel_prev_model.cpp Pcbnew: fix 3D viewer panel default size issue. 2018-01-12 20:58:44 -05:00
panel_prev_model.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 2017-11-03 20:01:42 +01:00