diff --git a/local/US-en.xml b/local/US-en.xml index 57d513c..a3fdb2b 100644 --- a/local/US-en.xml +++ b/local/US-en.xml @@ -3,11 +3,11 @@ This is a multiline dialog.
- This dialog has multiple lines.
+ This dialog has multiple lines.
This is a multiline label.
- This label has multiple lines. + This label has multiple lines.
This is a single line label. diff --git a/test3/app.d b/test3/app.d index 342e66e..993a2fd 100644 --- a/test3/app.d +++ b/test3/app.d @@ -134,10 +134,10 @@ public class TestWindow : Window { listViewTest.multicellEditEnable = true; addElement(listViewTest); - singleLineLabel = new Label(lang["singlelinelabel"], "", Box(5, 340, 150, 360)); + singleLineLabel = new Label(lang["singlelinelabel"], "", Box(5, 340, 160, 360)); addElement(singleLineLabel); - multiLineLabel = new Label(lang["multilinelabel"], "", Box(5, 360, 150, 400)); + multiLineLabel = new Label(lang["multilinelabel"], "", Box(5, 360, 160, 400)); addElement(multiLineLabel); vScrollBarTest = new VertScrollBar(1000, "", Box.bySize(110, 220, 16, 120));