From bc8338ee751ea94c7767c93619c6abf50c9d4e62 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 20 Jan 2022 18:58:27 +0100 Subject: [PATCH] =?UTF-8?q?Adding=20=CF=80=20to=20symbols.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eu/ad5001/LogarithmPlotter/TextSetting.qml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/TextSetting.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/TextSetting.qml index 8665eb8..b1941f5 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/TextSetting.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/TextSetting.qml @@ -107,14 +107,14 @@ Item { property var insertChars: [ "α","β","γ","δ","ε","ζ","η", - "θ","κ","λ","μ","ξ","ρ","ς", - "σ","τ","φ","χ","ψ","ω","Γ", - "Δ","Θ","Λ","Ξ","Π","Σ","Φ", - "Ψ","Ω","ₐ","ₑ","ₒ","ₓ","ₕ", - "ₖ","ₗ","ₘ","ₙ","ₚ","ₛ","ₜ", - "¹","²","³","⁴","⁵","⁶","⁷", - "⁸","⁹","⁰","₁","₂","₃","₄", - "₅","₆","₇","₈","₉","₀"," " + "π","θ","κ","λ","μ","ξ","ρ", + "ς","σ","τ","φ","χ","ψ","ω", + "Γ","Δ","Θ","Λ","Ξ","Π","Σ", + "Φ","Ψ","Ω","ₐ","ₑ","ₒ","ₓ", + "ₕ","ₖ","ₗ","ₘ","ₙ","ₚ","ₛ", + "ₜ","¹","²","³","⁴","⁵","⁶", + "⁷","⁸","⁹","⁰","₁","₂","₃", + "₄","₅","₆","₇","₈","₉","₀" ] Repeater {