Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-02-10 22:05:20 +0300
committerYuSanka <yusanka@gmail.com>2020-02-10 22:13:48 +0300
commit94d3ca70163cb47f11e96d9d9758dcb0a2ccdedf (patch)
tree3d91ba3cb78d7bf9752bf7c6cc87497f8169b6b8 /src/slic3r/GUI/wxExtensions.hpp
parentcd886435587e23ec0810530e6b9c645c5f50f98a (diff)
Manually merged Korean translation by @ulsanether
+ updated MO for Korean translation + set small size for mode icons
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index 839a122c4..38d726ad3 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -45,6 +45,7 @@ class wxDialog;
void edit_tooltip(wxString& tooltip);
void msw_buttons_rescale(wxDialog* dlg, const int em_unit, const std::vector<int>& btn_ids);
int em_unit(wxWindow* win);
+int mode_icon_px_size();
wxBitmap create_scaled_bitmap(const std::string& bmp_name, wxWindow *win = nullptr,
const int px_cnt = 16, const bool grayscale = false);