Skip to content

Commit

Permalink
Merge pull request #3748 from myk002/myk_dims
Browse files Browse the repository at this point in the history
[buildingplan] move the dimensions readout out from under the heat safety filter
  • Loading branch information
myk002 authored Sep 8, 2023
2 parents 0bd0a82 + 0d36674 commit 8d0a80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Template for new versions:
## New Features

## Fixes
- `buildingplan`: make the construction dimensions readout visible again

## Misc Improvements

Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/buildingplan/planneroverlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ function PlannerOverlay:init()
end,
},
widgets.Label{
frame={b=2, l=23},
frame={b=4, l=23},
text_pen=COLOR_DARKGREY,
text={
'Selected area: ',
Expand Down

0 comments on commit 8d0a80e

Please sign in to comment.