mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-03 01:20:11 +00:00
Fix shape brush setting description
This commit is contained in:
parent
8a9ca0b3ec
commit
6a3070e680
@ -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…
x
Reference in New Issue
Block a user