kicad/3d-viewer/3d_cache
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
..
dialogs Pcbnew: fix 3D viewer panel default size issue. 2018-01-12 20:58:44 -05:00
sg Remove some extra semicolons 2017-11-09 19:52:18 +01:00
3d_cache.cpp Fix bug: Footprint add 3D shape recognizes only files with lower case ext on Windows 2017-02-22 10:22:33 +01:00
3d_cache.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 2017-11-03 20:01:42 +01:00
3d_cache_wrapper.cpp Better 3D filename resolution 2016-06-09 07:48:49 +02:00
3d_cache_wrapper.h + Removed glm source from kicad tree (Maciej / Cirilo) 2015-12-08 18:31:57 +11:00
3d_filename_resolver.cpp Fix loop variable copy in for-range loop, use const reference instead 2018-01-09 19:18:44 -05:00
3d_filename_resolver.h Doxygen improvements 2017-06-11 18:09:14 -04:00
3d_info.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 2017-11-03 20:01:42 +01:00
3d_plugin_manager.cpp Fix an assert when starting the 3D viewer in Debug mode (Linux only) 2017-11-17 10:20:55 +01:00
3d_plugin_manager.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 2017-11-03 20:01:42 +01:00
CMakeLists.txt 3D_cache/cmakelists.txt: Don't clear CMAKE_CXX_FLAGS compiler flags 2016-05-02 11:45:23 +02:00
str_rsort.h Remove some extra semicolons 2017-11-09 19:52:18 +01:00