From e5a0f899346658eacaa330ceb5efec9b3772634a Mon Sep 17 00:00:00 2001 From: Andrei Kortunov <andrei.kortunov@yandex.ru> Date: Tue, 28 Mar 2017 12:49:23 +0400 Subject: [PATCH] List scroll fix --- files/mygui/openmw_count_window.layout | 14 +++++++------- files/mygui/openmw_list.skin.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/files/mygui/openmw_count_window.layout b/files/mygui/openmw_count_window.layout index 891f9f00cb..e8d1afee92 100644 --- a/files/mygui/openmw_count_window.layout +++ b/files/mygui/openmw_count_window.layout @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <MyGUI type="Layout" version="3.2.0"> - <Widget type="Window" skin="MW_Dialog" position="0 0 600 128" align="Center" layer="Windows" name="_Main"> + <Widget type="Window" skin="MW_DialogNoTransp" position="0 0 600 128" align="Center" layer="Windows" name="_Main"> <Property key="Visible" value="false"/> <Widget type="TextBox" skin="SandText" position="4 4 592 24" align="Left Top HStretch" name="LabelText"> <Property key="TextAlign" value="Center"/> </Widget> - <Widget type="TextBox" skin="SandText" position="4 30 521 24" align="Left Top HStretch" name="ItemText"> - <Property key="TextAlign" value="Right"/> + <Widget type="TextBox" skin="SandText" position="12 38 521 24" align="Left Top HStretch" name="ItemText"> + <Property key="TextAlign" value="Left"/> </Widget> - <Widget type="NumericEditBox" skin="MW_TextEdit" position="535 30 50 24" align="Right Top" name="ItemEdit"> + <Widget type="NumericEditBox" skin="MW_TextEdit" position="535 36 50 24" align="Right Top" name="ItemEdit"> <Property key="TextAlign" value="Center"/> </Widget> - <Widget type="MWScrollBar" skin="MW_HScroll" position="7 61 578 18" align="Left Top HStretch" name="CountSlider"> + <Widget type="MWScrollBar" skin="MW_HScroll" position="7 67 578 14" align="Left Top HStretch" name="CountSlider"> <Property key="MoveToClick" value="true"/> <Property key="Page" value="1"/> <Property key="WheelPage" value="1"/> </Widget> - <Widget type="HBox" skin="" position="0 88 585 24" align="Right Bottom"> + <Widget type="HBox" skin="" position="0 88 138 24" align="Center Bottom"> <Widget type="Widget" skin="" position="0 12 0 0"> <UserString key="HStretch" value="true"/> </Widget> <Widget type="AutoSizedButton" skin="MW_Button" position="4 0 53 24" align="Right Top" name="OkButton"> <Property key="Caption" value="#{sOk}"/> </Widget> - <Widget type="AutoSizedButton" skin="MW_Button" position="61 0 78 24" align="Right Top" name="CancelButton"> + <Widget type="AutoSizedButton" skin="MW_Button" position="61 0 86 24" align="Right Top" name="CancelButton"> <Property key="Caption" value="#{sCancel}"/> </Widget> </Widget> diff --git a/files/mygui/openmw_list.skin.xml b/files/mygui/openmw_list.skin.xml index 9f5b2e94d9..111d3bf309 100644 --- a/files/mygui/openmw_list.skin.xml +++ b/files/mygui/openmw_list.skin.xml @@ -131,9 +131,9 @@ <Child type="Widget" skin="MW_Box" offset="0 0 516 516" align="Stretch"/> - <Child type="MWScrollBar" skin="MW_VScroll" offset="498 3 14 509" align="Right VStretch" name="VScroll"/> + <Child type="MWScrollBar" skin="MW_VScroll" offset="498 4 14 508" align="Right VStretch" name="VScroll"/> - <Child type="Widget" skin="" offset="3 3 493 509" align="Stretch" name="Client"/> + <Child type="Widget" skin="" offset="3 4 493 508" align="Stretch" name="Client"/> </Resource>