From 068b6a3a465db29f8e1e392b5e17fee32f7d2635 Mon Sep 17 00:00:00 2001 From: Robob27 Date: Wed, 8 Nov 2023 18:20:44 -0500 Subject: [PATCH] Fix hint, slight layout adjustments --- trackstop.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trackstop.lua b/trackstop.lua index 0852cc3d6d..874820c4d8 100644 --- a/trackstop.lua +++ b/trackstop.lua @@ -270,13 +270,13 @@ end ReorderStopsWindow = defclass(ReorderStopsWindow, widgets.Window) ReorderStopsWindow.ATTRS { - frame={t=4,l=60,w=45, h=28}, + frame={t=4,l=60,w=49, h=26}, frame_title='Reorder Stops', resizable=true, } local SELECT_STOP_HINT = 'Select a stop to move' -local SELECT_ANOTHER_STOP_HINT = 'Select another stop on the same route' +local SELECT_ANOTHER_STOP_HINT = 'Select another stop to swap or same to cancel' function ReorderStopsWindow:handleStopSelection(index, item) @@ -360,7 +360,7 @@ function ReorderStopsWindow:init() }, widgets.List{ view_id='routes', - frame={t=1,l=1}, + frame={t=2,l=1}, choices={}, on_select=function(_, item) if not item then return end