From 0c1ccf1c444e6d458f2be11d0cf6461fee15cd11 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sun, 14 Apr 2019 16:13:01 -0400 Subject: Updated README; it is now dual licensed under GNU FDL & CC BY-SA 4.0 --- src/org/unitConverter/converterGUI/UnitConverterGUI.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/org/unitConverter/converterGUI') diff --git a/src/org/unitConverter/converterGUI/UnitConverterGUI.java b/src/org/unitConverter/converterGUI/UnitConverterGUI.java index cacc3b7..aecb64f 100755 --- a/src/org/unitConverter/converterGUI/UnitConverterGUI.java +++ b/src/org/unitConverter/converterGUI/UnitConverterGUI.java @@ -735,7 +735,8 @@ final class UnitConverterGUI { { // the text box for prefix's toString prefixLookupPanel.add(this.prefixTextBox); - this.unitTextBox.setEditable(false); + this.prefixTextBox.setEditable(false); + this.prefixTextBox.setLineWrap(true); } } } -- cgit v1.2.3