mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 17:39:40 +00:00
Fix shape brush setting description
This commit is contained in:
parent
8a9ca0b3ec
commit
6a3070e680
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ void CSMPrefs::State::declare()
|
||||||
addValues (landeditOutsideVisibleCell);
|
addValues (landeditOutsideVisibleCell);
|
||||||
declareInt ("texturebrush-maximumsize", "Maximum texture brush size", 50).
|
declareInt ("texturebrush-maximumsize", "Maximum texture brush size", 50).
|
||||||
setMin (1);
|
setMin (1);
|
||||||
declareInt ("shapebrush-maximumsize", "Maximum texture brush size", 100).
|
declareInt ("shapebrush-maximumsize", "Maximum shape brush size", 100).
|
||||||
setMin (1);
|
setMin (1);
|
||||||
declareBool ("open-list-view", "Open displays list view", false).
|
declareBool ("open-list-view", "Open displays list view", false).
|
||||||
setTooltip ("When opening a reference from the scene view, it will open the"
|
setTooltip ("When opening a reference from the scene view, it will open the"
|
||||||
|
|
Loading…
Reference in a new issue