titlebar/close/moving of nwm windows

This commit is contained in:
kepler155c@gmail.com
2020-05-06 18:02:01 -06:00
parent 428477bdec
commit 9eff14f3ba
6 changed files with 68 additions and 12 deletions

View File

@@ -202,7 +202,6 @@ local page = UI.Page {
label = 'Find',
search = UI.TextEntry {
x = 7, ex = -3,
limit = 512,
accelerators = {
[ 'enter' ] = 'accept',
},
@@ -232,7 +231,6 @@ local page = UI.Page {
label = 'Save',
filename = UI.TextEntry {
x = 7, ex = -3,
limit = 512,
accelerators = {
[ 'enter' ] = 'accept',
},
@@ -339,7 +337,6 @@ local page = UI.Page {
quick_open = UI.SlideOut {
filter_entry = UI.TextEntry {
x = 2, y = 2, ex = -2,
limit = 256,
shadowText = 'File name',
accelerators = {
[ 'enter' ] = 'accept',