Icons: fix some 3D viewer icons
- remove old palette icon in favour of new one - use dark grey in new icon (instead of light grey) - use generic gear for 3D display options
This commit is contained in:
parent
5a3f4f52df
commit
791d1f513c
|
@ -105,7 +105,7 @@ void EDA_3D_VIEWER::CreateMenuBar()
|
|||
|
||||
prefsMenu->Add( _( "Display Options" ), "",
|
||||
ID_TOOL_SET_VISIBLE_ITEMS,
|
||||
read_setup_xpm );
|
||||
config_xpm );
|
||||
|
||||
prefsMenu->Add( _( "Raytracing" ), "",
|
||||
ID_RENDER_CURRENT_VIEW,
|
||||
|
@ -151,7 +151,7 @@ void EDA_3D_VIEWER::CreateMenuBar()
|
|||
// Color submenu
|
||||
ACTION_MENU* colorSubmenu = new ACTION_MENU( false, tool );
|
||||
colorSubmenu->SetTitle( _( "Choose Colors" ) );
|
||||
colorSubmenu->SetIcon( palette_xpm );
|
||||
colorSubmenu->SetIcon( color_materials_xpm );
|
||||
|
||||
colorSubmenu->Add( _( "Background Top Color..." ),
|
||||
ID_MENU3D_BGCOLOR_TOP,
|
||||
|
|
|
@ -63,7 +63,7 @@ void EDA_3D_VIEWER::ReCreateMainToolbar()
|
|||
|
||||
m_mainToolBar->AddScaledSeparator( this );
|
||||
m_mainToolBar->AddTool( ID_TOOL_SET_VISIBLE_ITEMS, wxEmptyString,
|
||||
KiScaledBitmap( read_setup_xpm, this ),
|
||||
KiScaledBitmap( config_xpm, this ),
|
||||
_( "Set display options, and some layers visibility" ) );
|
||||
|
||||
m_mainToolBar->AddScaledSeparator( this );
|
||||
|
|
|
@ -365,7 +365,6 @@ set( BMAPS_MID
|
|||
path
|
||||
pagelayout_normal_view_mode
|
||||
pagelayout_special_view_mode
|
||||
palette
|
||||
part_properties
|
||||
paste
|
||||
pcb_offset
|
||||
|
@ -395,7 +394,6 @@ set( BMAPS_MID
|
|||
ps_tune_length
|
||||
push_pad_settings
|
||||
py_script
|
||||
read_setup
|
||||
recent
|
||||
redo
|
||||
refresh24
|
||||
|
|
|
@ -8,36 +8,36 @@
|
|||
static const unsigned char png[] = {
|
||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
|
||||
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x04, 0x00, 0x00, 0x00, 0x4a, 0x7e, 0xf5,
|
||||
0x73, 0x00, 0x00, 0x01, 0xc0, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x8d, 0x53, 0xcb, 0x2b, 0x44,
|
||||
0x51, 0x18, 0x3f, 0xe4, 0x15, 0x3b, 0x8a, 0xa4, 0x24, 0x8a, 0x85, 0xf2, 0x07, 0xd8, 0x61, 0xc1,
|
||||
0xc2, 0x63, 0x61, 0x61, 0x4d, 0xde, 0x24, 0x2b, 0x6b, 0x3b, 0x0a, 0x25, 0x0a, 0x65, 0x23, 0x4b,
|
||||
0xc9, 0x82, 0x32, 0xe7, 0x77, 0x66, 0x74, 0x13, 0x0b, 0x6f, 0x21, 0x25, 0x32, 0x35, 0xde, 0xaf,
|
||||
0x8d, 0x41, 0xb3, 0x18, 0x5c, 0xe7, 0x7c, 0x73, 0x8c, 0x7b, 0x67, 0x70, 0xe7, 0x7c, 0x9b, 0xdf,
|
||||
0x39, 0xdf, 0xef, 0x77, 0xbf, 0xc7, 0xfd, 0x3e, 0xc6, 0xfe, 0x39, 0xa2, 0x0f, 0xcf, 0xf0, 0xf1,
|
||||
0xee, 0x9d, 0x44, 0x16, 0xcb, 0xe1, 0xc5, 0xf8, 0x84, 0x49, 0xb6, 0xed, 0xc9, 0x8f, 0x45, 0x50,
|
||||
0xa5, 0xe9, 0xca, 0xae, 0x5c, 0x45, 0x8e, 0x02, 0x23, 0x05, 0x97, 0x16, 0xc9, 0x6d, 0x0c, 0x51,
|
||||
0x78, 0x8b, 0x26, 0x8f, 0xa1, 0x07, 0xf7, 0xc2, 0x30, 0xe3, 0x1c, 0x04, 0x9e, 0x0c, 0x45, 0xe7,
|
||||
0x6b, 0x0a, 0xa3, 0x01, 0xa6, 0x68, 0x73, 0x8a, 0x90, 0x4e, 0xdf, 0x3f, 0x31, 0x12, 0x24, 0xee,
|
||||
0x95, 0xe8, 0x7a, 0x2e, 0xc9, 0xe2, 0x8e, 0x0e, 0xc8, 0xdb, 0xbf, 0xbb, 0x84, 0x45, 0xbc, 0x53,
|
||||
0xb4, 0x3a, 0x72, 0x20, 0x93, 0x8f, 0xe2, 0x4a, 0x3e, 0xf8, 0xb1, 0x28, 0x9a, 0x79, 0x76, 0x88,
|
||||
0x8e, 0x6a, 0x79, 0x37, 0xed, 0xc6, 0xa7, 0xa5, 0xc3, 0x55, 0x82, 0xbb, 0x08, 0xc7, 0x03, 0xd6,
|
||||
0x71, 0x1e, 0x49, 0x26, 0xc1, 0x1e, 0x5b, 0x4a, 0xfd, 0xdd, 0x65, 0xb1, 0x0f, 0xde, 0xeb, 0x2a,
|
||||
0x42, 0x27, 0x82, 0x12, 0x3f, 0x31, 0xd1, 0xe5, 0x40, 0x37, 0xb1, 0xa0, 0x53, 0x9c, 0x51, 0x49,
|
||||
0x33, 0xac, 0x38, 0x09, 0xc4, 0xac, 0x16, 0x8c, 0xc9, 0x9b, 0x97, 0xf1, 0x47, 0xc7, 0x08, 0x01,
|
||||
0x77, 0xa5, 0x19, 0x87, 0x72, 0xbc, 0x48, 0xbc, 0xc9, 0x10, 0xa0, 0x47, 0x3f, 0x1f, 0x91, 0x9d,
|
||||
0x7a, 0xfb, 0x53, 0x14, 0xd4, 0x45, 0x8f, 0x32, 0x5c, 0x10, 0xa8, 0xa2, 0xbe, 0xd7, 0x47, 0x11,
|
||||
0xcf, 0x30, 0x81, 0x23, 0x4b, 0x97, 0xca, 0x18, 0xe6, 0x08, 0xa6, 0xd1, 0x28, 0x64, 0x45, 0xd0,
|
||||
0x4f, 0xd5, 0xbb, 0x91, 0x80, 0x5d, 0x7d, 0xbf, 0x91, 0x9b, 0x81, 0x1a, 0x52, 0x36, 0x52, 0x59,
|
||||
0xad, 0xa1, 0x9c, 0x71, 0x80, 0x57, 0x42, 0x53, 0x7a, 0x91, 0x06, 0xb5, 0xa0, 0x87, 0x06, 0x82,
|
||||
0xaf, 0xa9, 0x5e, 0x63, 0x49, 0xda, 0x87, 0xea, 0xb4, 0xa7, 0x90, 0xb1, 0x95, 0x1c, 0x95, 0xaa,
|
||||
0x38, 0x5e, 0x4e, 0x66, 0xac, 0x3f, 0x1e, 0x1b, 0x44, 0xdf, 0x55, 0x33, 0x25, 0x8f, 0x3b, 0x37,
|
||||
0x54, 0x47, 0xb8, 0xac, 0x50, 0x13, 0x07, 0xe8, 0x7e, 0x20, 0x86, 0xc5, 0x16, 0xa1, 0xa7, 0xe5,
|
||||
0x82, 0x9f, 0x31, 0xce, 0x87, 0x2f, 0x2c, 0xe0, 0x5a, 0x30, 0x6f, 0x1b, 0x89, 0x47, 0x94, 0xda,
|
||||
0xe6, 0xd2, 0x9d, 0xcb, 0x3d, 0x61, 0xf7, 0x84, 0xa8, 0xc0, 0x50, 0x78, 0x9f, 0x95, 0xed, 0xbb,
|
||||
0xf2, 0xa2, 0x66, 0x5f, 0xfe, 0x9a, 0x26, 0x78, 0x7f, 0xf9, 0x03, 0x97, 0xe8, 0xb0, 0x6d, 0x81,
|
||||
0xf5, 0xc8, 0xf2, 0xca, 0xc5, 0x24, 0x56, 0x65, 0x02, 0x7e, 0x39, 0xee, 0x87, 0x62, 0x5c, 0xd4,
|
||||
0x1a, 0x29, 0x76, 0xce, 0x17, 0xc6, 0x8a, 0x45, 0x2f, 0x4b, 0x44, 0xcc, 0xd6, 0x00, 0x00, 0x00,
|
||||
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
0x73, 0x00, 0x00, 0x01, 0xc3, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x8d, 0x53, 0xcd, 0x2b, 0xc4,
|
||||
0x41, 0x18, 0x9e, 0xd5, 0x62, 0xe3, 0x46, 0x91, 0x94, 0xb4, 0xca, 0x1e, 0x94, 0x3f, 0xc0, 0x69,
|
||||
0x71, 0x40, 0x59, 0xb2, 0xf3, 0x4c, 0xcb, 0x41, 0x2d, 0xb1, 0x3e, 0x93, 0x93, 0xb3, 0x1b, 0x85,
|
||||
0xda, 0x56, 0xa1, 0x5c, 0xe4, 0x28, 0x39, 0x70, 0x71, 0x20, 0x69, 0x1d, 0x7c, 0xb4, 0xb4, 0xa4,
|
||||
0x44, 0xb6, 0xb0, 0xbe, 0x5d, 0x2c, 0xda, 0x83, 0xcf, 0x99, 0xf9, 0x8d, 0xfd, 0xb0, 0xf8, 0xed,
|
||||
0xbc, 0x97, 0xe7, 0x9d, 0x79, 0x9f, 0x79, 0x3f, 0xe6, 0x19, 0x42, 0xfe, 0x59, 0x18, 0xc0, 0x23,
|
||||
0xce, 0x58, 0xaf, 0x2b, 0x95, 0x24, 0xb3, 0x68, 0x09, 0x3e, 0xf0, 0x29, 0x6d, 0x87, 0x9a, 0x93,
|
||||
0x20, 0xb0, 0x6a, 0x15, 0x2e, 0x2c, 0xc8, 0x2c, 0xba, 0x04, 0xa7, 0x09, 0x17, 0x31, 0x94, 0xeb,
|
||||
0x24, 0xb2, 0xd0, 0x76, 0x15, 0xec, 0xa1, 0x7d, 0xb8, 0xc5, 0x1a, 0x31, 0xe8, 0x10, 0x1a, 0xb2,
|
||||
0x65, 0xb8, 0x57, 0x16, 0xe8, 0xe0, 0xa8, 0x43, 0xaf, 0x8b, 0x2c, 0x49, 0x38, 0xb2, 0x1a, 0xf9,
|
||||
0xc4, 0xfa, 0x39, 0xba, 0x64, 0x69, 0xb1, 0xe7, 0x09, 0x09, 0x69, 0xe7, 0xf7, 0x94, 0xd8, 0x22,
|
||||
0xde, 0x24, 0xaa, 0xd7, 0x52, 0xe7, 0x50, 0x37, 0x82, 0xdc, 0x0d, 0xf1, 0x83, 0x36, 0x7b, 0x9e,
|
||||
0x7a, 0x85, 0x5a, 0x84, 0x62, 0x9a, 0xd6, 0x6c, 0x5a, 0xdc, 0x53, 0x8a, 0x9b, 0x1f, 0xdb, 0x77,
|
||||
0x6c, 0x03, 0xa7, 0x09, 0xc1, 0xc2, 0x76, 0x89, 0x2d, 0xe3, 0x8f, 0xa3, 0xa8, 0xbd, 0xa3, 0x9f,
|
||||
0x59, 0xd0, 0x8d, 0x57, 0x8e, 0x1f, 0x08, 0xed, 0xd1, 0x09, 0xff, 0xc4, 0x82, 0x2a, 0x71, 0x46,
|
||||
0x14, 0x4d, 0xb0, 0xaa, 0x47, 0xa0, 0xb3, 0x8a, 0xe0, 0xe1, 0x5e, 0x80, 0xe0, 0x5e, 0x37, 0x43,
|
||||
0x98, 0x56, 0x11, 0x03, 0xab, 0xc0, 0x13, 0xc7, 0x5b, 0x04, 0x61, 0xb9, 0x19, 0xa2, 0x63, 0x7c,
|
||||
0x52, 0x2f, 0x7f, 0x92, 0x5e, 0x55, 0x36, 0x37, 0xa1, 0xe7, 0x02, 0xb0, 0x6a, 0x39, 0x77, 0x9a,
|
||||
0x10, 0x78, 0x42, 0x27, 0xd8, 0x41, 0xd4, 0xb7, 0x97, 0x13, 0xcc, 0x09, 0xd0, 0x9c, 0x29, 0x08,
|
||||
0x4d, 0xb9, 0x3f, 0xc2, 0x8f, 0xc5, 0xbe, 0xd5, 0xc8, 0x7c, 0xca, 0xbf, 0xe2, 0x3f, 0x83, 0xda,
|
||||
0x24, 0x6c, 0x91, 0x52, 0x70, 0x69, 0x35, 0xc3, 0x8f, 0x67, 0x89, 0xa6, 0x54, 0xbb, 0xc3, 0xaa,
|
||||
0xa0, 0x3e, 0x29, 0x08, 0x78, 0xe5, 0xac, 0x97, 0xb8, 0xbd, 0x8b, 0x49, 0x3b, 0x8a, 0x39, 0x35,
|
||||
0x5f, 0x96, 0x7a, 0x58, 0x93, 0x4e, 0xc8, 0x60, 0x0a, 0x36, 0x65, 0xd9, 0x3e, 0xa1, 0x29, 0x71,
|
||||
0x6f, 0x81, 0xd6, 0x47, 0xa4, 0x2d, 0x4d, 0x47, 0x43, 0xd2, 0xf7, 0x63, 0x94, 0x6d, 0x4b, 0xf4,
|
||||
0xe0, 0x28, 0x8a, 0x8a, 0xcc, 0x8c, 0xb3, 0x6f, 0x02, 0x5b, 0x56, 0x4a, 0x9d, 0x8f, 0xeb, 0xe6,
|
||||
0x1e, 0x65, 0xf1, 0x42, 0x2e, 0xc0, 0x4a, 0x24, 0xc7, 0x04, 0x2a, 0x31, 0x12, 0xf9, 0xcf, 0xc2,
|
||||
0xf6, 0x1a, 0x0b, 0x13, 0xc5, 0x6f, 0xa0, 0xad, 0x08, 0xfc, 0xf2, 0x02, 0x17, 0xac, 0x2b, 0xfe,
|
||||
0x17, 0xc4, 0xac, 0xc1, 0x14, 0xfe, 0x9e, 0x93, 0x6c, 0x9d, 0x17, 0x10, 0xe2, 0x72, 0xdf, 0xa7,
|
||||
0xe3, 0xac, 0xce, 0x69, 0x8a, 0x8f, 0xf9, 0x02, 0xa0, 0xbf, 0xac, 0xe1, 0xab, 0x6b, 0x1b, 0x9f,
|
||||
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
};
|
||||
|
||||
const BITMAP_OPAQUE color_materials_xpm[1] = {{ png, sizeof( png ), "color_materials_xpm" }};
|
||||
|
|
|
@ -1,85 +0,0 @@
|
|||
|
||||
/* Do not modify this file, it was automatically generated by the
|
||||
* PNG2cpp CMake script, using a *.png file as input.
|
||||
*/
|
||||
|
||||
#include <bitmaps_png/bitmaps_list.h>
|
||||
|
||||
static const unsigned char png[] = {
|
||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
|
||||
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d,
|
||||
0xf8, 0x00, 0x00, 0x04, 0x3d, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xdd, 0x56, 0x6d, 0x4c, 0x5b,
|
||||
0x55, 0x18, 0x2e, 0x13, 0xd9, 0x70, 0xc6, 0xc4, 0xb9, 0x1f, 0xfe, 0x51, 0x7f, 0x98, 0x65, 0x46,
|
||||
0x8d, 0x9a, 0xf8, 0x11, 0x3f, 0xfe, 0xf4, 0xeb, 0xde, 0x82, 0x13, 0xd1, 0x21, 0x02, 0x59, 0xd8,
|
||||
0x4c, 0x66, 0xe8, 0x77, 0x0b, 0x01, 0x26, 0x73, 0x74, 0xdc, 0x7e, 0xdc, 0xb6, 0x03, 0xc7, 0x18,
|
||||
0xae, 0x8b, 0x6e, 0x6c, 0x50, 0xa7, 0x68, 0x36, 0x60, 0x10, 0x63, 0x50, 0x09, 0xca, 0xdc, 0x46,
|
||||
0x43, 0xc2, 0x3a, 0x1d, 0x0e, 0x18, 0x1f, 0xb5, 0x05, 0x4b, 0x69, 0x7b, 0xeb, 0xd2, 0x4a, 0x0b,
|
||||
0xd5, 0xad, 0xaf, 0xe7, 0xdc, 0x4a, 0xe5, 0x86, 0x8a, 0x9b, 0x7f, 0x4c, 0xbc, 0xc9, 0xf3, 0xe3,
|
||||
0x9e, 0xde, 0x3c, 0xcf, 0x7b, 0x9e, 0xe7, 0x3d, 0xef, 0x29, 0x8f, 0xf7, 0xbf, 0x7c, 0x8c, 0x65,
|
||||
0xc2, 0x87, 0x0d, 0x32, 0xa1, 0xca, 0xac, 0x21, 0x3f, 0x3e, 0x50, 0x91, 0x73, 0xc9, 0x5a, 0x9e,
|
||||
0x33, 0x65, 0xd1, 0x92, 0xf3, 0x96, 0x72, 0xc9, 0x8c, 0xb5, 0x22, 0xd7, 0x49, 0x6b, 0xc8, 0x53,
|
||||
0x7a, 0xa9, 0xb0, 0x84, 0x2a, 0xe3, 0x6f, 0xbe, 0x2d, 0x62, 0xbd, 0x54, 0x20, 0xb2, 0x68, 0x25,
|
||||
0x4e, 0x5a, 0x4d, 0xc4, 0xed, 0x4d, 0xbb, 0xa2, 0x7d, 0xdd, 0x55, 0x30, 0x7c, 0xc1, 0x08, 0x57,
|
||||
0x86, 0xad, 0x30, 0x7e, 0xe5, 0x3d, 0xb8, 0x7a, 0xb9, 0x1e, 0x86, 0x2f, 0x1a, 0xe0, 0xeb, 0xae,
|
||||
0xca, 0xc4, 0x87, 0xf4, 0x9b, 0x11, 0xa3, 0x4a, 0x1c, 0x37, 0xab, 0x25, 0xed, 0x48, 0xe8, 0x91,
|
||||
0x35, 0x89, 0x81, 0xc7, 0xcb, 0x30, 0xa9, 0x49, 0x23, 0xaa, 0x34, 0x76, 0xae, 0xb7, 0x26, 0x11,
|
||||
0xf0, 0x9f, 0x80, 0x50, 0xa8, 0x35, 0x85, 0xd8, 0xe7, 0xf9, 0x90, 0xd8, 0x9f, 0x05, 0x09, 0xc3,
|
||||
0x46, 0xf8, 0xf5, 0x7c, 0x59, 0x6a, 0x7d, 0xc6, 0x7d, 0x14, 0xba, 0x4f, 0x29, 0x7f, 0xa3, 0x55,
|
||||
0xc4, 0x22, 0xad, 0x11, 0x53, 0xa7, 0x0b, 0x0b, 0xef, 0x48, 0x2b, 0x60, 0x52, 0x89, 0xab, 0x0e,
|
||||
0xed, 0x7d, 0x35, 0xea, 0x9e, 0x3e, 0xc2, 0x21, 0xc6, 0xb8, 0x3e, 0x5d, 0x0f, 0xf0, 0x2e, 0x2f,
|
||||
0x85, 0x04, 0xb5, 0x01, 0x42, 0x41, 0x6e, 0x01, 0xae, 0xc9, 0x66, 0xb0, 0xe9, 0x0b, 0xa2, 0x16,
|
||||
0x0d, 0xe9, 0x68, 0x28, 0x25, 0x37, 0x72, 0xc8, 0xa9, 0xb2, 0xbc, 0xbb, 0x8c, 0x4a, 0x22, 0x3a,
|
||||
0x86, 0x2c, 0x38, 0xd3, 0x22, 0x5d, 0x6c, 0xac, 0xc9, 0x8b, 0x60, 0x7b, 0xb0, 0x1d, 0x49, 0x81,
|
||||
0x03, 0x5c, 0x81, 0xba, 0xf5, 0xac, 0x80, 0x63, 0x5e, 0x07, 0x3b, 0xc6, 0x1f, 0x80, 0xbc, 0xd1,
|
||||
0x7b, 0xe1, 0xe4, 0x4c, 0x09, 0x04, 0x03, 0x27, 0xc0, 0x7e, 0xa8, 0x34, 0x86, 0x2c, 0x1e, 0x6c,
|
||||
0xac, 0x78, 0x21, 0x9b, 0xe3, 0x7b, 0xd3, 0xbe, 0xfc, 0x08, 0x16, 0xa0, 0xd5, 0x64, 0x80, 0x92,
|
||||
0xf3, 0x9f, 0x37, 0x29, 0x44, 0x7b, 0x4c, 0x2a, 0x62, 0xe1, 0x5c, 0xef, 0xde, 0x1b, 0xac, 0x45,
|
||||
0x3d, 0xaf, 0x00, 0xe8, 0x32, 0x51, 0xf5, 0xd9, 0xb0, 0xf0, 0xdd, 0x6e, 0x56, 0xb8, 0x74, 0xfc,
|
||||
0x21, 0x78, 0x71, 0x84, 0xc7, 0xe2, 0xa5, 0x91, 0x0c, 0x18, 0xf5, 0xd7, 0x03, 0xb6, 0xf6, 0xb8,
|
||||
0xb5, 0x38, 0x66, 0x56, 0x13, 0x87, 0x53, 0x02, 0x06, 0x99, 0xa8, 0xf8, 0xb8, 0xb5, 0x24, 0xe2,
|
||||
0xf3, 0x1e, 0x03, 0xa4, 0xbe, 0x48, 0x49, 0x05, 0xdb, 0xd9, 0x9d, 0xc9, 0xf8, 0x8f, 0x1b, 0x55,
|
||||
0x44, 0xdc, 0x3b, 0xfb, 0x41, 0xd2, 0x8a, 0x40, 0x0b, 0x84, 0x98, 0x93, 0x29, 0x5b, 0x5e, 0x1b,
|
||||
0xbd, 0x2f, 0x25, 0x80, 0x31, 0x34, 0x5f, 0xc7, 0xae, 0x7b, 0x5c, 0x36, 0x5c, 0xe8, 0x92, 0x41,
|
||||
0x2e, 0x78, 0x3a, 0x69, 0xd1, 0x6e, 0xc9, 0x26, 0x93, 0x52, 0x1c, 0x1b, 0x1a, 0xa8, 0x83, 0xcb,
|
||||
0x43, 0x34, 0x98, 0x35, 0x92, 0x45, 0x6b, 0xb9, 0xa4, 0xcf, 0x20, 0x17, 0xd6, 0xa2, 0x6c, 0x16,
|
||||
0xd3, 0xe5, 0x82, 0xd1, 0xe2, 0x29, 0x62, 0x2b, 0xc7, 0xe4, 0xd2, 0x89, 0xad, 0x10, 0x60, 0xfe,
|
||||
0xca, 0xa5, 0xf7, 0x4c, 0xc5, 0x4d, 0x54, 0xec, 0xe9, 0x15, 0x36, 0x89, 0x08, 0x8b, 0x36, 0x67,
|
||||
0x12, 0x75, 0x52, 0xbc, 0xfb, 0x23, 0xe5, 0x8d, 0xfe, 0x9e, 0x3d, 0xd0, 0xd5, 0xa6, 0xf8, 0x1d,
|
||||
0xb7, 0x68, 0x3a, 0xf2, 0x65, 0x8c, 0xf8, 0x2d, 0x70, 0xd1, 0xb7, 0x0f, 0x82, 0x0c, 0x37, 0x74,
|
||||
0x5c, 0x14, 0xca, 0x75, 0x89, 0x52, 0xf0, 0xef, 0xe6, 0x04, 0x6e, 0x50, 0x0a, 0x1e, 0x43, 0x87,
|
||||
0x6b, 0xb8, 0xf5, 0xe0, 0x8e, 0x18, 0xc3, 0xb4, 0xae, 0x49, 0xbe, 0x12, 0xe5, 0x8e, 0xf3, 0xb0,
|
||||
0xa9, 0xe3, 0x27, 0xd8, 0xd2, 0x73, 0x0d, 0xce, 0x4e, 0xf6, 0xb0, 0x6b, 0x07, 0xdf, 0xc9, 0x8b,
|
||||
0x50, 0x32, 0xe1, 0x73, 0xab, 0x5a, 0x96, 0x7a, 0x8b, 0xbf, 0x01, 0xd9, 0x34, 0x35, 0xd8, 0xaf,
|
||||
0xbb, 0x25, 0xf2, 0x2f, 0xa7, 0xbb, 0x80, 0xd7, 0xfe, 0x73, 0x0a, 0x0f, 0x9e, 0x9d, 0x4c, 0x5a,
|
||||
0x68, 0x2d, 0x0e, 0xeb, 0xe5, 0xc2, 0xc2, 0xf4, 0x27, 0x5a, 0x2e, 0xda, 0x85, 0x83, 0x5f, 0x26,
|
||||
0x61, 0x5c, 0x6d, 0xc0, 0x4c, 0xb5, 0xa5, 0x15, 0xc0, 0x15, 0xaf, 0x14, 0xd8, 0xdc, 0xe1, 0x62,
|
||||
0xd7, 0xdb, 0x1a, 0x4b, 0x23, 0x98, 0x27, 0xad, 0x00, 0x25, 0x17, 0x3d, 0x51, 0x5f, 0x99, 0xbb,
|
||||
0x80, 0x3f, 0x0c, 0x50, 0x9f, 0xc0, 0x5c, 0x66, 0x07, 0xcc, 0xad, 0xeb, 0x04, 0x7f, 0x65, 0xfb,
|
||||
0x2a, 0x01, 0x3f, 0x63, 0x87, 0xbc, 0x7e, 0x27, 0x4b, 0x9e, 0xfd, 0x99, 0x07, 0x6c, 0x23, 0x5f,
|
||||
0xb1, 0xeb, 0x36, 0xfd, 0x1b, 0x61, 0xd4, 0x91, 0x2f, 0xa7, 0x15, 0xc0, 0x59, 0xa0, 0xa1, 0x16,
|
||||
0x65, 0x7c, 0xad, 0xe0, 0xcb, 0xea, 0x84, 0x39, 0xde, 0x9f, 0xc8, 0xe8, 0x4c, 0xed, 0xc4, 0xef,
|
||||
0xa5, 0x61, 0x76, 0xbc, 0x18, 0xe6, 0x5c, 0x4a, 0xb6, 0x7d, 0x27, 0x7c, 0xa8, 0x90, 0xa0, 0x3d,
|
||||
0xb9, 0x63, 0x94, 0x1f, 0xca, 0x72, 0xc9, 0x28, 0x17, 0x6c, 0x4d, 0x3f, 0x4d, 0xa5, 0xc4, 0x16,
|
||||
0x3c, 0x97, 0x58, 0x81, 0xf5, 0x1d, 0xab, 0x04, 0xfc, 0x5e, 0x13, 0x8c, 0x0d, 0xdc, 0x09, 0x63,
|
||||
0xdf, 0xf2, 0x58, 0x78, 0x7e, 0xcc, 0xe1, 0xec, 0x6a, 0xf4, 0x87, 0x06, 0x74, 0x16, 0x08, 0xe6,
|
||||
0x6f, 0x87, 0x1f, 0x45, 0x51, 0xeb, 0x4c, 0x6a, 0xe2, 0xfa, 0xd5, 0xef, 0xd1, 0xe9, 0x34, 0xae,
|
||||
0xb0, 0xa8, 0xfa, 0x53, 0x96, 0x60, 0xf6, 0x5a, 0x49, 0x8a, 0x1c, 0x63, 0x62, 0xf0, 0x7e, 0x8e,
|
||||
0x80, 0xbd, 0x69, 0x67, 0xd4, 0xa0, 0x14, 0xd1, 0x6b, 0x4e, 0x58, 0x93, 0x4a, 0x28, 0x6b, 0xa8,
|
||||
0xde, 0x16, 0xc3, 0x13, 0x33, 0xe4, 0x4e, 0x06, 0xbd, 0x4c, 0xe0, 0xf3, 0x54, 0x73, 0x04, 0x5c,
|
||||
0xce, 0x67, 0x52, 0xbf, 0x39, 0xbe, 0xd9, 0x9f, 0x40, 0x27, 0xf9, 0x17, 0x4a, 0x9d, 0x7b, 0xcf,
|
||||
0x3f, 0xde, 0x0f, 0xb4, 0x86, 0x68, 0x3a, 0x5c, 0x9b, 0x1f, 0x9d, 0xf5, 0x1c, 0x5d, 0x15, 0xae,
|
||||
0x77, 0xea, 0x6d, 0x70, 0x5d, 0x7a, 0x12, 0xdc, 0x23, 0x04, 0x04, 0xfd, 0xef, 0xb3, 0x39, 0x0c,
|
||||
0x7c, 0x51, 0x73, 0xd3, 0xa4, 0x22, 0xa3, 0x06, 0x85, 0xe8, 0xd9, 0x5b, 0xba, 0x80, 0xf0, 0x3d,
|
||||
0x81, 0x07, 0x57, 0x43, 0xd5, 0xb6, 0x98, 0xd3, 0x41, 0x73, 0x66, 0xd1, 0x32, 0x66, 0xdd, 0x36,
|
||||
0xb8, 0xd0, 0x57, 0x0b, 0xcd, 0xba, 0xed, 0x0b, 0x66, 0x2d, 0x39, 0x85, 0x4e, 0xef, 0x53, 0xb7,
|
||||
0x7d, 0x85, 0x1a, 0x14, 0xe2, 0x9d, 0xa8, 0x2b, 0xbc, 0x38, 0xf8, 0x23, 0x54, 0x41, 0xf8, 0x98,
|
||||
0xb9, 0x28, 0xdc, 0xac, 0x7b, 0x3d, 0x8c, 0xde, 0xa3, 0x46, 0xa5, 0x38, 0x6e, 0xd5, 0x92, 0x0e,
|
||||
0x34, 0x6e, 0x8a, 0xa8, 0xc2, 0xc2, 0xac, 0x7f, 0x7d, 0x4f, 0xe3, 0xe0, 0x29, 0xa9, 0xe8, 0x51,
|
||||
0xbd, 0x4c, 0x20, 0x41, 0x28, 0xc0, 0x63, 0x1e, 0xbf, 0x53, 0x14, 0x3f, 0xf3, 0x3f, 0xfd, 0x03,
|
||||
0xf1, 0x07, 0xff, 0x2f, 0xf4, 0x15, 0x2f, 0xe5, 0xbb, 0xa4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
|
||||
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
};
|
||||
|
||||
const BITMAP_OPAQUE palette_xpm[1] = {{ png, sizeof( png ), "palette_xpm" }};
|
||||
|
||||
//EOF
|
|
@ -1,56 +0,0 @@
|
|||
|
||||
/* Do not modify this file, it was automatically generated by the
|
||||
* PNG2cpp CMake script, using a *.png file as input.
|
||||
*/
|
||||
|
||||
#include <bitmaps_png/bitmaps_list.h>
|
||||
|
||||
static const unsigned char png[] = {
|
||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
|
||||
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x77, 0x3d,
|
||||
0xf8, 0x00, 0x00, 0x02, 0x69, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0x18, 0xf6, 0x20,
|
||||
0x30, 0x30, 0x50, 0x27, 0x38, 0x38, 0x78, 0x45, 0x48, 0x48, 0xc8, 0x2a, 0x10, 0x06, 0xb2, 0x7d,
|
||||
0xa9, 0x6a, 0x01, 0xd0, 0xd0, 0x06, 0x20, 0xfe, 0x0f, 0xc3, 0xa1, 0xa1, 0xa1, 0x5b, 0x29, 0x32,
|
||||
0x10, 0x68, 0x00, 0x27, 0x10, 0xb3, 0xc1, 0xf8, 0x50, 0xd7, 0xc3, 0x2d, 0x00, 0xf2, 0x6f, 0x7a,
|
||||
0x7a, 0x7a, 0xb2, 0x23, 0xa9, 0x95, 0x20, 0xda, 0x70, 0x07, 0x07, 0x07, 0x16, 0xa0, 0x86, 0x0b,
|
||||
0x40, 0x83, 0xde, 0x03, 0x71, 0x1f, 0x10, 0xef, 0x41, 0x36, 0x1c, 0x09, 0xdf, 0x06, 0xe2, 0x89,
|
||||
0x40, 0xfc, 0x16, 0x88, 0x3f, 0x01, 0xf5, 0x48, 0x13, 0x1b, 0x1c, 0x59, 0x38, 0x0c, 0xc4, 0x8b,
|
||||
0x81, 0xbe, 0x5a, 0x44, 0xd0, 0xf0, 0x86, 0x86, 0x06, 0x26, 0xa0, 0xe2, 0x97, 0x38, 0x0c, 0x59,
|
||||
0x07, 0x74, 0x65, 0x11, 0x90, 0x9e, 0x0e, 0xc4, 0xdf, 0xb1, 0xc8, 0xff, 0x03, 0xca, 0xab, 0x10,
|
||||
0xb2, 0x83, 0x11, 0xa8, 0x70, 0x09, 0xba, 0x66, 0x90, 0xc1, 0xc8, 0x8a, 0x80, 0xae, 0x35, 0x07,
|
||||
0x8a, 0xff, 0x42, 0x53, 0xb7, 0x3d, 0x21, 0x21, 0x81, 0x83, 0xd8, 0x60, 0xaa, 0x47, 0xd2, 0xf8,
|
||||
0x14, 0xe4, 0x33, 0x2c, 0x6a, 0xd6, 0x21, 0x05, 0xcf, 0x0a, 0x90, 0xe3, 0x48, 0x49, 0x45, 0x21,
|
||||
0x48, 0xae, 0xbf, 0x80, 0x4d, 0x4d, 0x8a, 0x6f, 0xc0, 0xe2, 0x1e, 0x1b, 0xaf, 0xff, 0x6b, 0xf4,
|
||||
0x5c, 0xff, 0xef, 0xd5, 0x70, 0xfa, 0xbd, 0x5f, 0xcd, 0xf1, 0xcb, 0x7e, 0x35, 0xa7, 0x73, 0xfb,
|
||||
0x54, 0x1d, 0x9b, 0x0e, 0xa9, 0xd8, 0x8a, 0xe2, 0x33, 0x5c, 0x1a, 0x68, 0xf0, 0x01, 0x24, 0x1f,
|
||||
0xfc, 0x02, 0x8a, 0xc9, 0x21, 0xab, 0xd9, 0xa1, 0xe6, 0x18, 0xb7, 0x4b, 0xc3, 0xf9, 0x2f, 0xd0,
|
||||
0xd0, 0xff, 0xd8, 0xf0, 0x01, 0x35, 0xc7, 0x8f, 0x40, 0x8b, 0x82, 0xb1, 0x5a, 0x00, 0xf4, 0xee,
|
||||
0x23, 0x2c, 0x11, 0x78, 0x06, 0x28, 0xae, 0x01, 0x92, 0x5f, 0xab, 0xed, 0x9c, 0xb5, 0x0f, 0xcd,
|
||||
0xc0, 0x0b, 0xa9, 0x15, 0xff, 0xaf, 0xd5, 0xf6, 0xa2, 0x5b, 0xf4, 0x0f, 0xab, 0x25, 0x40, 0xc3,
|
||||
0xb6, 0xe1, 0x4a, 0x8a, 0xf1, 0xfe, 0x81, 0x1f, 0x77, 0x69, 0x38, 0x61, 0xb8, 0xf8, 0xdd, 0xed,
|
||||
0x7b, 0xff, 0xbf, 0x7e, 0xfd, 0xfa, 0xff, 0x88, 0x45, 0x00, 0x86, 0x4f, 0x30, 0x82, 0x2b, 0x3c,
|
||||
0x3c, 0x5c, 0x13, 0x29, 0x85, 0xfc, 0x43, 0xb6, 0x00, 0x14, 0xe6, 0xd8, 0x82, 0xe4, 0xfd, 0xfd,
|
||||
0x47, 0x60, 0x0b, 0x8e, 0xda, 0x84, 0x60, 0xc8, 0x81, 0xe2, 0x04, 0x57, 0x66, 0x9b, 0x04, 0x0c,
|
||||
0x7b, 0x2d, 0x60, 0xd0, 0xb8, 0x00, 0xd9, 0x0f, 0x40, 0x16, 0xac, 0xd5, 0x73, 0x21, 0xd9, 0x02,
|
||||
0x20, 0x3e, 0x4f, 0x30, 0x55, 0x01, 0x2d, 0xe9, 0x02, 0x59, 0xb0, 0x5b, 0x03, 0x55, 0xf3, 0x21,
|
||||
0x03, 0x2f, 0x0c, 0x0b, 0x0e, 0xea, 0xba, 0xff, 0x3f, 0xa0, 0x89, 0xe2, 0x90, 0x2f, 0xc4, 0x58,
|
||||
0x90, 0x0a, 0xb2, 0x60, 0xbb, 0x96, 0x33, 0x5c, 0xe3, 0xad, 0xbe, 0xd9, 0xff, 0xbf, 0x7c, 0xfa,
|
||||
0xfc, 0xff, 0x4a, 0x59, 0x3b, 0xdc, 0x82, 0x0b, 0x69, 0x95, 0xff, 0x3f, 0xbd, 0x7c, 0xfd, 0xff,
|
||||
0xe9, 0xce, 0x83, 0xc8, 0x16, 0x7c, 0x27, 0x26, 0x5f, 0x30, 0x03, 0xb1, 0xc1, 0x4e, 0x0d, 0xa7,
|
||||
0x1b, 0x30, 0x8d, 0x97, 0x8b, 0x9a, 0xc1, 0x86, 0x7e, 0xf9, 0xfc, 0xe5, 0xff, 0xc7, 0x17, 0x2f,
|
||||
0xc1, 0xec, 0xcf, 0x6f, 0xde, 0x82, 0xe9, 0x7b, 0x73, 0x57, 0x22, 0x47, 0xf4, 0x45, 0xa2, 0x33,
|
||||
0x20, 0x50, 0x71, 0x25, 0x72, 0x10, 0xdd, 0x68, 0x9e, 0x04, 0x36, 0x10, 0x19, 0x3f, 0x5a, 0xbd,
|
||||
0x05, 0x18, 0x44, 0x08, 0x9f, 0xee, 0x57, 0x75, 0xa8, 0x26, 0xda, 0x82, 0x5d, 0xea, 0xae, 0x52,
|
||||
0x40, 0x4d, 0x9f, 0x90, 0x2d, 0xb9, 0xde, 0x34, 0x11, 0x6e, 0xf8, 0xe3, 0xf5, 0x3b, 0x51, 0x0c,
|
||||
0x07, 0x25, 0xd3, 0xc3, 0xba, 0x36, 0x82, 0x24, 0x55, 0x46, 0xc0, 0x64, 0x17, 0x05, 0xca, 0x44,
|
||||
0x28, 0x3e, 0x69, 0x9f, 0xfa, 0xff, 0xc1, 0x92, 0xf5, 0xa8, 0x2e, 0x57, 0x73, 0xfc, 0x0d, 0x74,
|
||||
0xbd, 0x0f, 0x59, 0x35, 0x1e, 0xd4, 0x92, 0x4f, 0xb8, 0x8a, 0x0a, 0x90, 0xdc, 0x3e, 0x75, 0xc7,
|
||||
0x30, 0x8a, 0xaa, 0xd5, 0x43, 0x9a, 0xb6, 0x92, 0xd0, 0x38, 0x39, 0x0f, 0xc4, 0x3f, 0x80, 0xf8,
|
||||
0xd7, 0x7e, 0x55, 0xc7, 0xcb, 0xc0, 0x62, 0xa4, 0x0d, 0x24, 0x87, 0xac, 0x16, 0x00, 0xb7, 0xb2,
|
||||
0x7b, 0x99, 0xe3, 0x9f, 0x5e, 0xba, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
|
||||
0x60, 0x82,
|
||||
};
|
||||
|
||||
const BITMAP_OPAQUE read_setup_xpm[1] = {{ png, sizeof( png ), "read_setup_xpm" }};
|
||||
|
||||
//EOF
|
|
@ -357,7 +357,6 @@ EXTERN_BITMAP( pads_remove_unused_keep_bottom_xpm )
|
|||
EXTERN_BITMAP( pads_reset_unused_xpm )
|
||||
EXTERN_BITMAP( pagelayout_normal_view_mode_xpm )
|
||||
EXTERN_BITMAP( pagelayout_special_view_mode_xpm )
|
||||
EXTERN_BITMAP( palette_xpm )
|
||||
EXTERN_BITMAP( part_properties_xpm )
|
||||
EXTERN_BITMAP( paste_xpm )
|
||||
EXTERN_BITMAP( path_xpm )
|
||||
|
@ -419,7 +418,6 @@ EXTERN_BITMAP( ps_diff_pair_via_gap_xpm )
|
|||
EXTERN_BITMAP( ps_tune_length_xpm )
|
||||
EXTERN_BITMAP( py_script_xpm )
|
||||
EXTERN_BITMAP( question_mark_xpm )
|
||||
EXTERN_BITMAP( read_setup_xpm )
|
||||
EXTERN_BITMAP( reannotate_right_down_xpm )
|
||||
EXTERN_BITMAP( reannotate_left_down_xpm )
|
||||
EXTERN_BITMAP( reannotate_right_up_xpm )
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
viewBox="0 0 24 24"
|
||||
version="1.1"
|
||||
sodipodi:docname="color_materials.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
inkscape:version="1.0.1 (c497b03c, 2020-09-10)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
|
@ -23,14 +23,14 @@
|
|||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1609"
|
||||
inkscape:window-height="1286"
|
||||
inkscape:window-height="1035"
|
||||
id="namedview30"
|
||||
showgrid="true"
|
||||
inkscape:zoom="27.961538"
|
||||
inkscape:zoom="32.354403"
|
||||
inkscape:cx="3.3259971"
|
||||
inkscape:cy="13"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="37"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="Слой_1">
|
||||
|
@ -82,5 +82,6 @@
|
|||
<path
|
||||
class="cls-1"
|
||||
d="M 20.3605,20.3535 A 12.47,12.47 0 0 1 1.8854,19.414 7.7259,7.7259 0 0 1 0.9678,10.651 a 5.46,5.46 0 0 1 6.661,-2.3145 14.2659,14.2659 0 0 0 3.8284,0.9078 3.2452,3.2452 0 0 0 3.4709,-3.8919 5.5076,5.5076 0 0 0 -0.8184,-1.78 2.2723,2.2723 0 0 1 0.0821,-2.79 2.18,2.18 0 0 1 2.67,-0.5526 12.48,12.48 0 0 1 4.7576,18.591 c -0.3967,0.5285 -0.8383,1.0227 -1.2589,1.5327 z M 3.5738,17.8159 a 2.0031,2.0031 0 0 0 2.8238,0.03 A 2.0445,2.0445 0 0 0 6.38,15.01 2.0166,2.0166 0 0 0 3.6041,15 1.9669,1.9669 0 0 0 3.5738,17.8159 Z m 14.57,-7.1678 a 2.0348,2.0348 0 0 0 -0.0378,2.834 2.0138,2.0138 0 0 0 2.8243,0.0022 1.9661,1.9661 0 0 0 0.0368,-2.7653 2.0056,2.0056 0 0 0 -2.8232,-0.0709 z m -6.1783,7.7 A 2.0265,2.0265 0 0 0 9.134,18.3435 1.9958015,1.9958015 0 0 0 11.9415,21.1809 2.0266,2.0266 0 0 0 11.9656,18.348 Z M 15.1283,16.13 a 1.9753,1.9753 0 0 0 0.0183,2.8174 2.009,2.009 0 0 0 2.8247,-0.0412 2.0449,2.0449 0 0 0 -0.013,-2.7887 2.0239,2.0239 0 0 0 -2.83,0.0125 z M 18.077,6.9136 A 1.5357,1.5357 0 1 0 18.2031,4.7222 1.5265,1.5265 0 0 0 18.077,6.9136 Z"
|
||||
id="path715" />
|
||||
id="path715"
|
||||
style="fill:#545454;fill-opacity:1" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" height="26" width="26" version="1.0" id="svg2" inkscape:version="0.48.4 r9939" sodipodi:docname="palette.svg">
|
||||
<metadata id="metadata22">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs id="defs20" />
|
||||
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1366" inkscape:window-height="744" id="namedview18" showgrid="false" inkscape:zoom="21.730769" inkscape:cx="13" inkscape:cy="13" inkscape:window-x="0" inkscape:window-y="24" inkscape:window-maximized="1" inkscape:current-layer="g4" />
|
||||
<g transform="matrix(0.542,0,0,0.542,-18.795959,-114.69869)" id="g4">
|
||||
<path d="m 56.449,216.89 c -5.0416,0 -19.508,0.83386 -19.483,12.086 10e-4,0.63241 1.3029,2.8338 2.3897,3.0676 8.0459,1.7306 8.4825,7.6906 7.9988,12.393 -0.03696,0.35608 0.62582,2.8379 1.1948,3.4664 4.6144,5.0965 6.1842,7.3315 12.413,7.3315 12.458,0 19.449,-5.8231 19.449,-17.485 0,-11.6619 -11.505,-20.86 -23.963,-20.86 z m -12.612,8.0371 c 1.0477,0.0569 2.2727,0.45585 3.4186,1.1657 2.2917,1.4196 3.426,3.6008 2.5225,4.8468 -0.90355,1.2459 -3.5166,1.0822 -5.8083,-0.33745 -2.2917,-1.4197 -3.3928,-3.5702 -2.4893,-4.8161 0.45177,-0.62298 1.3088,-0.9159 2.3565,-0.85893 z" id="path6" inkscape:connector-curvature="0" style="opacity:1;fill:#eded9f;stroke:#816842;stroke-width:2.11290002000000010;fill-opacity:1;stroke-opacity:1" />
|
||||
<path d="m 420.94,149.64 a 3.6875,3.8438 0 1 1 -7.375,0 3.6875,3.8438 0 1 1 7.375,0 z" transform="matrix(1.1677,0,0,1.0691,-430.73,63.662)" id="path8" inkscape:connector-curvature="0" style="fill:#ff7a00" />
|
||||
<path d="m 420.94,149.64 a 3.6875,3.8438 0 1 1 -7.375,0 3.6875,3.8438 0 1 1 7.375,0 z" transform="matrix(1.1429,0,0,1.1048,-409.89,62.629)" id="path10" inkscape:connector-curvature="0" style="fill:#3ad300;fill-opacity:1" />
|
||||
<path d="m 420.94,149.64 a 3.6875,3.8438 0 1 1 -7.375,0 3.6875,3.8438 0 1 1 7.375,0 z" transform="matrix(1.1801,0,0,1.0691,-420.09,77.78)" id="path12" inkscape:connector-curvature="0" style="fill:#00a6e4" />
|
||||
<path d="m 420.94,149.64 a 3.6875,3.8438 0 1 1 -7.375,0 3.6875,3.8438 0 1 1 7.375,0 z" transform="matrix(1.1925,0,0,1.1048,-431.5,81.53)" id="path14" inkscape:connector-curvature="0" style="fill:#d7bf00;fill-opacity:1" />
|
||||
<path d="m 420.94,149.64 a 3.6875,3.8438 0 1 1 -7.375,0 3.6875,3.8438 0 1 1 7.375,0 z" transform="matrix(1.1553,0,0,1.1167,-427.31,76.5)" id="path16" inkscape:connector-curvature="0" style="fill:#e600ad" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,38 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="Слой_1" data-name="Слой 1" viewBox="0 0 24 24" version="1.1" sodipodi:docname="read_setup.svg" inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
<sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1609" inkscape:window-height="1286" id="namedview30" showgrid="true" inkscape:zoom="27.961538" inkscape:cx="8.5971647" inkscape:cy="12.296135" inkscape:window-x="0" inkscape:window-y="37" inkscape:window-maximized="0" inkscape:document-rotation="0" inkscape:current-layer="Слой_1">
|
||||
<inkscape:grid type="xygrid" id="grid_kicad" spacingx="0.5" spacingy="0.5" color="#9999ff" opacity="0.13" empspacing="2" />
|
||||
</sodipodi:namedview>
|
||||
<metadata id="metadata43">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>add_arc</dc:title>
|
||||
</cc:Work>
|
||||
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
||||
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||
<cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs id="defs26767">
|
||||
<style id="style26765">.cls-1{fill:#b9b9b9;}.cls-2{fill:#545454;}.cls-3{fill:#bf2641;}.cls-4{fill:none;stroke:#f5f5f5;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style>
|
||||
</defs>
|
||||
<title id="title26769">read_setup</title>
|
||||
<path class="cls-2" d="m 17.9719,12.0436 -1.44,-1.0306 -0.0171,0.0306 a 5.9055,5.9055 0 0 0 0.0788,-0.7815 5.9135,5.9135 0 0 0 -0.0839,-0.831 L 16.5181,9.4455 17.947,8.4 a 0.7609,0.7609 0 0 0 0.21,-0.9936 L 16.87,5.1694 A 0.761,0.761 0 0 0 15.9054,4.8518 l -1.6223,0.71 0.0141,0.0244 a 5.93,5.93 0 0 0 -1.4515,-0.86 L 12.6533,2.9779 A 0.761,0.761 0 0 0 11.8968,2.3 H 9.3163 A 0.7611,0.7611 0 0 0 8.5598,2.9776 L 8.3666,4.7336 A 5.932,5.932 0 0 0 6.8655,5.6477 l 0.02,-0.0366 -1.63,-0.6927 A 0.761,0.761 0 0 0 4.2942,5.2463 l -1.2634,2.25 a 0.7613,0.7613 0 0 0 0.2208,0.9914 l 1.44,1.0306 0.0314,-0.0559 a 5.9205,5.9205 0 0 0 -0.0806,0.8 5.9186,5.9186 0 0 0 0.0872,0.8654 l -0.0239,-0.0417 -1.429,1.046 a 0.7609,0.7609 0 0 0 -0.21,0.9936 l 1.2877,2.2363 a 0.7609,0.7609 0 0 0 0.9646,0.3176 l 1.6225,-0.71 -0.0333,-0.0577 a 5.9259,5.9259 0 0 0 1.47,0.882 l 0.1936,1.76 a 0.7606,0.7606 0 0 0 0.7563,0.6777 h 2.5805 a 0.7609,0.7609 0 0 0 0.7563,-0.6777 l 0.1938,-1.7594 a 5.9311,5.9311 0 0 0 1.4976,-0.9049 l -0.0175,0.0308 1.63,0.6927 A 0.761,0.761 0 0 0 16.93,15.2853 l 1.2632,-2.25 a 0.7612,0.7612 0 0 0 -0.2213,-0.9917 z m -7.3534,1.0606 a 2.8421,2.8421 0 1 1 2.8421,-2.8421 2.8422,2.8422 0 0 1 -2.8421,2.8421 z" id="path26773" />
|
||||
<path class="cls-3" d="M 24.0065,17 A 7.0065,7.0065 0 1 1 17,10 a 7.0032,7.0032 0 0 1 7.0065,7 z" id="path26775" />
|
||||
<line class="cls-4" x1="17.103901" y1="20.4118" x2="17.103901" y2="13.4118" id="line26777" />
|
||||
<polyline class="cls-4" points="20.859 18.879 18.104 21.631 15.349 18.879" id="polyline26779" transform="translate(-1,-1)" />
|
||||
</svg>
|
Before Width: | Height: | Size: 4.0 KiB |
|
@ -32,13 +32,13 @@
|
|||
|
||||
/* All KiCad icons are linked into shared library 'libbitmaps.a'.
|
||||
* Icons:
|
||||
* preference_xpm; // Icon for 'Developers' tab
|
||||
* editor_xpm; // Icon for 'Doc Writers' tab
|
||||
* palette_xpm; // Icon for 'Artists' tab
|
||||
* language_xpm; // Icon for 'Translators' tab
|
||||
* right_xpm; // Right arrow icon for list items
|
||||
* info_xpm; // Bulb for description tab
|
||||
* tools_xpm; // Sheet of paper icon for license info tab
|
||||
* preference_xpm; // Icon for 'Developers' tab
|
||||
* editor_xpm; // Icon for 'Doc Writers' tab
|
||||
* color_materials_xpm; // Icon for 'Artists' tab
|
||||
* language_xpm; // Icon for 'Translators' tab
|
||||
* right_xpm; // Right arrow icon for list items
|
||||
* info_xpm; // Bulb for description tab
|
||||
* tools_xpm; // Sheet of paper icon for license info tab
|
||||
*/
|
||||
#include <bitmaps.h>
|
||||
#include <build_version.h>
|
||||
|
@ -56,15 +56,15 @@ DIALOG_ABOUT::DIALOG_ABOUT( EDA_BASE_FRAME *aParent, ABOUT_APP_INFO& aAppInfo )
|
|||
// TODO: Change these to 16x16 versions when available
|
||||
m_images = new wxImageList( 24, 24, false, 9 );
|
||||
|
||||
m_images->Add( KiBitmap( info_xpm ) ); // INFORMATION
|
||||
m_images->Add( KiBitmap( recent_xpm ) ); // VERSION
|
||||
m_images->Add( KiBitmap( preference_xpm ) ); // DEVELOPERS
|
||||
m_images->Add( KiBitmap( editor_xpm ) ); // DOCWRITERS
|
||||
m_images->Add( KiBitmap( library_xpm ) ); // LIBRARIANS
|
||||
m_images->Add( KiBitmap( palette_xpm ) ); // ARTISTS
|
||||
m_images->Add( KiBitmap( language_xpm ) ); // TRANSLATORS
|
||||
m_images->Add( KiBitmap( zip_xpm ) ); // PACKAGERS
|
||||
m_images->Add( KiBitmap( tools_xpm ) ); // LICENSE
|
||||
m_images->Add( KiBitmap( info_xpm ) ); // INFORMATION
|
||||
m_images->Add( KiBitmap( recent_xpm ) ); // VERSION
|
||||
m_images->Add( KiBitmap( preference_xpm ) ); // DEVELOPERS
|
||||
m_images->Add( KiBitmap( editor_xpm ) ); // DOCWRITERS
|
||||
m_images->Add( KiBitmap( library_xpm ) ); // LIBRARIANS
|
||||
m_images->Add( KiBitmap( color_materials_xpm ) ); // ARTISTS
|
||||
m_images->Add( KiBitmap( language_xpm ) ); // TRANSLATORS
|
||||
m_images->Add( KiBitmap( zip_xpm ) ); // PACKAGERS
|
||||
m_images->Add( KiBitmap( tools_xpm ) ); // LICENSE
|
||||
|
||||
m_notebook->SetImageList( m_images );
|
||||
|
||||
|
|
Loading…
Reference in New Issue