From 0beb896a89f70f00215964b2feb5d7e130277233 Mon Sep 17 00:00:00 2001 From: Myk Date: Thu, 5 Dec 2024 18:46:36 -0800 Subject: [PATCH] Apply suggestions from code review --- docs/gui/design.rst | 2 +- gui/design.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gui/design.rst b/docs/gui/design.rst index ac6c14e9c..5518af6c9 100644 --- a/docs/gui/design.rst +++ b/docs/gui/design.rst @@ -26,7 +26,7 @@ dimensions The ``gui/design.dimensions`` overlay shows the selected dimensions when designating with vanilla tools, for example when painting a burrow or designating digging. -The dimensions show up in a tooltip that follows the mousecursor. +The dimensions show up in a tooltip that follows the mouse cursor. rightclick ~~~~~~~~~~ diff --git a/gui/design.lua b/gui/design.lua index 8166a8395..dac68bd5f 100644 --- a/gui/design.lua +++ b/gui/design.lua @@ -155,7 +155,7 @@ end OVERLAY_WIDGETS = { dimensions=DimensionsOverlay, - rightclick=RightClickOverlay + rightclick=RightClickOverlay, } ---