mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 09:15:38 +00:00
Fix #6174
This commit is contained in:
parent
b45e1d1f34
commit
216d91837f
2 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
Bug #6133: Cannot reliably sneak or steal in the sight of the NPCs siding with player
|
||||
Bug #6143: Capturing a screenshot makes engine to be a temporary unresponsive
|
||||
Bug #6165: Paralyzed player character can pickup items when the inventory is open
|
||||
Bug #6174: Spellmaking and Enchanting sliders differences from vanilla
|
||||
Feature #2554: Modifying an object triggers the instances table to scroll to the corresponding record
|
||||
Feature #2780: A way to see current OpenMW version in the console
|
||||
Feature #5489: MCP: Telekinesis fix for activators
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
<Widget type="ScrollBar" skin="MW_HScroll" position="122 20 210 13" name="MagnitudeMinSlider">
|
||||
<Property key="Range" value="100"/>
|
||||
<Property key="Page" value="1"/>
|
||||
<Property key="ViewPage" value="10"/>
|
||||
<Property key="MoveToClick" value="false"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="122 32 210 20" name="MagnitudeMaxValue">
|
||||
|
@ -49,6 +51,8 @@
|
|||
<Widget type="ScrollBar" skin="MW_HScroll" position="122 52 210 13" name="MagnitudeMaxSlider">
|
||||
<Property key="Range" value="100"/>
|
||||
<Property key="Page" value="1"/>
|
||||
<Property key="ViewPage" value="10"/>
|
||||
<Property key="MoveToClick" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
|
@ -70,6 +74,8 @@
|
|||
<Widget type="ScrollBar" skin="MW_HScroll" position="122 20 210 13" name="DurationSlider">
|
||||
<Property key="Range" value="1440"/>
|
||||
<Property key="Page" value="1"/>
|
||||
<Property key="ViewPage" value="20"/>
|
||||
<Property key="MoveToClick" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
|
@ -90,6 +96,8 @@
|
|||
<Widget type="ScrollBar" skin="MW_HScroll" position="122 20 210 13" name="AreaSlider">
|
||||
<Property key="Range" value="51"/>
|
||||
<Property key="Page" value="1"/>
|
||||
<Property key="ViewPage" value="5"/>
|
||||
<Property key="MoveToClick" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
|
|
Loading…
Reference in a new issue