diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-14 16:13:01 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-14 16:13:01 -0400 |
commit | 0c1ccf1c444e6d458f2be11d0cf6461fee15cd11 (patch) | |
tree | ef379006e1012838b3a7ae7ee85c10425b408d69 /src | |
parent | 54b9f00faba367e1ef325c9d0bc75a848fadb906 (diff) |
Updated README; it is now dual licensed under GNU FDL & CC BY-SA 4.0
Diffstat (limited to 'src')
-rwxr-xr-x | src/org/unitConverter/converterGUI/UnitConverterGUI.java | 3 |
1 files changed, 2 insertions, 1 deletions
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); } } } |