Skip to content

Commit 08407cd

Browse files
committed
Updated common data
1 parent a1772b1 commit 08407cd

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
*******************************************************************************
44

55
=== 1.0.5 ===
6+
* Added audio file preview template.
7+
* Updated styles.
8+
* Updated localization files.
69

710
=== 1.0.4 ===
811
* Updated visual styles.

res/main/schema/legacy-dark.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,6 +1643,18 @@
16431643
</style>
16441644

16451645
<style class="FileDialog::FileList" parents="ListBox"></style>
1646+
1647+
<style class="FileDialog::FilePreview::Heading" parents="Label">
1648+
<allocation.hfill value="true" />
1649+
<text.layout.halign value="-1" />
1650+
<font.bold value="true" />
1651+
</style>
1652+
1653+
<style class="FileDialog::FilePreview::Value" parents="Label">
1654+
<allocation.hfill value="true" />
1655+
<padding.left value="16" />
1656+
<text.layout.halign value="-1" />
1657+
</style>
16461658

16471659
<style class="FileDialog::FilterComboBox" parents="ComboBox">
16481660
<border.color value="border_color"/>

res/main/schema/legacy.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,18 @@
16491649
</style>
16501650

16511651
<style class="FileDialog::FileList" parents="ListBox"></style>
1652+
1653+
<style class="FileDialog::FilePreview::Heading" parents="Label">
1654+
<allocation.hfill value="true" />
1655+
<text.layout.halign value="-1" />
1656+
<font.bold value="true" />
1657+
</style>
1658+
1659+
<style class="FileDialog::FilePreview::Value" parents="Label">
1660+
<allocation.hfill value="true" />
1661+
<padding.left value="16" />
1662+
<text.layout.halign value="-1" />
1663+
</style>
16521664

16531665
<style class="FileDialog::FilterComboBox" parents="ComboBox">
16541666
<color value="bg_name"/>

0 commit comments

Comments
 (0)