mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Warnings: various fixes (#6582)
* Warnings: various fixes * Use std::ignore
This commit is contained in:
parent
1afc1372bc
commit
044a1c4fc5
7 changed files with 17 additions and 14 deletions
|
@ -20,6 +20,7 @@ int scale(const int val) { return val * Slic3r::GUI::wxGetApp().em_unit() / 10;
|
|||
int ITEM_WIDTH() { return scale(30); }
|
||||
static const wxColour g_text_color = wxColour(107, 107, 107, 255);
|
||||
|
||||
#undef ICON_SIZE
|
||||
#define ICON_SIZE wxSize(FromDIP(16), FromDIP(16))
|
||||
#define TABLE_BORDER FromDIP(28)
|
||||
#define HEADER_VERT_PADDING FromDIP(12)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue