optionally show value for slider component - remove some unneeded limits for textEntries

This commit is contained in:
kepler155c@gmail.com
2020-05-06 18:01:10 -06:00
parent 51724ccd78
commit c24411717a
10 changed files with 42 additions and 33 deletions

View File

@@ -11,7 +11,6 @@ local tab = UI.Tab {
},
entry = UI.TextEntry {
x = 3, y = 3, ex = -3,
limit = 256,
shadowText = 'enter new path',
accelerators = {
enter = 'update_path',