From 4dfdcf6f843cb72c9a168d7fff3cd6dd9c88c3dd Mon Sep 17 00:00:00 2001 From: Conrad Zelck <c.zelck@ndr.de> Date: Fri, 17 Mar 2023 17:03:12 +0100 Subject: [PATCH] style: name L and R to wav L and wav R Just to be more clear on the gui. Signed-off-by: Conrad Zelck <git@simpel.cc> --- MXF-Track-Swap.au3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MXF-Track-Swap.au3 b/MXF-Track-Swap.au3 index 98d2b62..7fa87c3 100644 --- a/MXF-Track-Swap.au3 +++ b/MXF-Track-Swap.au3 @@ -91,15 +91,15 @@ GUICtrlCreateLabel("A5", -1, 30, 20, 20) GUICtrlCreateLabel("A6", -1, 20, 20, 20) GUICtrlCreateLabel("A7", -1, 30, 20, 20) GUICtrlCreateLabel("A8", -1, 20, 20, 20) -Local $hLL = GUICtrlCreateLabel("L", -1, 30, 20, 20) -Local $hLR = GUICtrlCreateLabel("R", -1, 20, 20, 20) +Local $hLL = GUICtrlCreateLabel("wav L", -18, 30, 32, 20) +Local $hLR = GUICtrlCreateLabel("wav R", -1, 20, 32, 20) If Not $g_bWavAvailable Then GUICtrlSetColor($hLL, $COLOR_SILVER) GUICtrlSetColor($hLR, $COLOR_SILVER) EndIf GUIStartGroup() -Global $g_hRm1 = GUICtrlCreateRadio("", 30, -253, 20, 20) +Global $g_hRm1 = GUICtrlCreateRadio("", 50, -253, 20, 20) Global $g_hR11 = GUICtrlCreateRadio("", -1, 30, 20, 20) GUICtrlSetState(-1, $GUI_CHECKED) Global $g_hR21 = GUICtrlCreateRadio("", -1, 20, 20, 20) -- GitLab