Skip to content

Commit 068b6a3

Browse files
committed
Fix hint, slight layout adjustments
1 parent 2a5bac3 commit 068b6a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

trackstop.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,13 @@ end
270270

271271
ReorderStopsWindow = defclass(ReorderStopsWindow, widgets.Window)
272272
ReorderStopsWindow.ATTRS {
273-
frame={t=4,l=60,w=45, h=28},
273+
frame={t=4,l=60,w=49, h=26},
274274
frame_title='Reorder Stops',
275275
resizable=true,
276276
}
277277

278278
local SELECT_STOP_HINT = 'Select a stop to move'
279-
local SELECT_ANOTHER_STOP_HINT = 'Select another stop on the same route'
279+
local SELECT_ANOTHER_STOP_HINT = 'Select another stop to swap or same to cancel'
280280

281281

282282
function ReorderStopsWindow:handleStopSelection(index, item)
@@ -360,7 +360,7 @@ function ReorderStopsWindow:init()
360360
},
361361
widgets.List{
362362
view_id='routes',
363-
frame={t=1,l=1},
363+
frame={t=2,l=1},
364364
choices={},
365365
on_select=function(_, item)
366366
if not item then return end

0 commit comments

Comments
 (0)