mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 05:42:33 +00:00
FIX: clapse filament list min height & adjust filament groups
Change-Id: Ie4c41b2977addcac4359f161daa46f34dd35054e Jira: STUDIO-12082, STUDIO-12084, STUDIO-12077 (cherry picked from commit 973399104f9877afd8d5796d7cfa241a05957706)
This commit is contained in:
@@ -155,11 +155,11 @@ protected:
|
||||
int update_ams_color();
|
||||
|
||||
#ifdef __linux__
|
||||
static const char* separator_head() { return "------- "; }
|
||||
static const char* separator_tail() { return " -------"; }
|
||||
static const char* separator_head() { return "-- "; }
|
||||
static const char* separator_tail() { return " --"; }
|
||||
#else // __linux__
|
||||
static const char* separator_head() { return "------ "; }
|
||||
static const char* separator_tail() { return " ------"; }
|
||||
static const char* separator_head() { return "--"; }
|
||||
static const char* separator_tail() { return " --"; }
|
||||
#endif // __linux__
|
||||
static wxString separator(const std::string& label);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user