Skip to content

Commit 1e1c0a1

Browse files
committed
Update to v1.8.0.0 and clean up SettingsPage XAML
Bump app version to 1.8.0.0 in Package.appxmanifest. Refactor StackPanel property formatting in SettingsPage.xaml for improved readability and consistency. No functional changes to UI behavior.
1 parent afa1807 commit 1e1c0a1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Trdo/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Identity
1212
Name="40087JoeFinApps.Trdo"
1313
Publisher="CN=153F3B0F-BA3D-4964-8098-71AC78A1DF6A"
14-
Version="1.7.1.0" />
14+
Version="1.8.0.0" />
1515

1616
<mp:PhoneIdentity PhoneProductId="fa86867b-3ba1-44b4-b776-ea2ad8aea4c7" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1717

Trdo/Pages/SettingsPage.xaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<StackPanel
9090
Grid.Column="2"
9191
Height="18"
92+
VerticalAlignment="Center"
9293
Orientation="Horizontal"
93-
Spacing="2"
94-
VerticalAlignment="Center">
94+
Spacing="2">
9595
<Rectangle
9696
x:Name="Bar1"
9797
Width="3"
@@ -199,9 +199,7 @@
199199
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
200200
Text="Import or export your radio station list as M3U or PLS playlist files"
201201
TextWrapping="Wrap" />
202-
<StackPanel
203-
Orientation="Horizontal"
204-
Spacing="8">
202+
<StackPanel Orientation="Horizontal" Spacing="8">
205203
<Button
206204
x:Name="ImportButton"
207205
Click="ImportButton_Click"

0 commit comments

Comments
 (0)