Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 authored Dec 6, 2024
1 parent 0f1eef5 commit 0beb896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gui/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion gui/design.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ end

OVERLAY_WIDGETS = {
dimensions=DimensionsOverlay,
rightclick=RightClickOverlay
rightclick=RightClickOverlay,
}

---
Expand Down

0 comments on commit 0beb896

Please sign in to comment.