mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-01 14:27:59 +03: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…
Add table
Add a link
Reference in a new issue