mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 09:39:56 +00:00
Optimize scrollbar/progress skins by using one widget for the track instead of one widget per pixel
This commit is contained in:
parent
1447bfa215
commit
5f2539adb6
@ -61,14 +61,14 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_EnergyBar_Magic" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_BarTrack_Magic"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
</Resource>
|
||||
<Resource type="ResourceSkin" name="MW_EnergyBar_Weapon" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_BarTrack_Weapon"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
@ -76,7 +76,7 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_EnergyBar_Red" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_BarTrack_Red"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_EnergyBar_Green" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_BarTrack_Green"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
@ -92,7 +92,7 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_EnergyBar_Blue" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_BarTrack_Blue"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
@ -100,7 +100,7 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_EnergyBar_Yellow" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_BarTrack_Yellow"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
|
@ -9,6 +9,7 @@
|
||||
<Property key="MinTrackSize" value="14"/>
|
||||
<Property key="VerticalAlignment" value="false"/>
|
||||
<Property key="MoveToClick" value="true"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Property key="WheelPage" value="36"/>
|
||||
<Property key="ViewPage" value="36"/>
|
||||
@ -50,6 +51,7 @@
|
||||
<Property key="TrackRangeMargins" value="20 19"/>
|
||||
<Property key="MinTrackSize" value="14"/>
|
||||
<Property key="MoveToClick" value="true"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Property key="WheelPage" value="36"/>
|
||||
<Property key="ViewPage" value="36"/>
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_Progress_Red" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_Track_Red"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
@ -62,7 +62,7 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_Progress_Green" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_Track_Green"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
@ -70,7 +70,7 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_Progress_Blue" size="64 12">
|
||||
<Property key="TrackSkin" value="MW_Track_Blue"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
||||
@ -78,18 +78,19 @@
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_Progress_LightBlue" size="64 6">
|
||||
<Property key="TrackSkin" value="MW_BigTrack_Progress_Blue_Small"/>
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
|
||||
<Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/>
|
||||
<Child type="Widget" skin="BlackBG" offset="2 2 60 2" align="Stretch" name="Client"/>
|
||||
</Resource>
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_Progress_Drowning" size="64 6">
|
||||
<Child type="Widget" skin="MW_BigTrack_Progress_Red_Small" offset="0 0 64 6" align="Stretch"/>
|
||||
<Property key="TrackSkin" value="MW_BigTrack_Progress_Red_Small"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
</Resource>
|
||||
|
||||
<Resource type="ResourceSkin" name="MW_ProgressScroll_Loading" size="64 6">
|
||||
<Property key="TrackWidth" value="1"/>
|
||||
<Property key="TrackFill" value="1"/>
|
||||
<Property key="TrackRangeMargins" value="0 0"/>
|
||||
<Property key="MinTrackSize" value="1"/>
|
||||
<Property key="VerticalAlignment" value="false"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user