aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorHitcher <HitcherUK@gmail.com>2023-11-04 22:40:00 +0000
committerGitHub <noreply@github.com>2023-11-04 22:40:00 +0000
commit7fd8250582236c969ce92ff578f3f4a112adc8fb (patch)
tree391c90dce893495b6d5dec3368c8f0eea577a426 /addons
parent87059341b86ff77fe997fa12767228d034548a21 (diff)
Backport #24041
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/FileManager.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/FileManager.xml b/addons/skin.estuary/xml/FileManager.xml
index e1ae38f7e3..757bc7d231 100644
--- a/addons/skin.estuary/xml/FileManager.xml
+++ b/addons/skin.estuary/xml/FileManager.xml
@@ -77,11 +77,10 @@
<animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<control type="label">
- <right>730</right>
+ <right>380</right>
<width>400</width>
<height>48</height>
<aligny>center</aligny>
- <align>right</align>
<shadowcolor>text_shadow</shadowcolor>
<label>$INFO[Container(21).CurrentItem,, / ]$INFO[Container(21).NumItems]</label>
</control>
@@ -97,10 +96,11 @@
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
- <left>730</left>
+ <left>380</left>
<width>400</width>
<height>48</height>
<aligny>center</aligny>
+ <align>right</align>
<shadowcolor>text_shadow</shadowcolor>
<label>$INFO[Container(20).CurrentItem,, / ]$INFO[Container(20).NumItems]</label>
</control>