From 3c4fa8859cd29b7ec4507533a4de134e9a2dff29 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 9 May 2019 20:25:24 +0200 Subject: [PATCH] Unified side text for degrees. --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 4b45fa26f..a13a70c94 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2594,7 +2594,7 @@ void PrintConfigDef::init_sla_params() def->category = L("Pad"); def->tooltip = L("The slope of the pad wall relative to the bed plane. " "90 degrees means straight walls."); - def->sidetext = L("degrees"); + def->sidetext = L("°"); def->min = 45; def->max = 90; def->mode = comAdvanced;