Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IviriusMain committed Oct 4, 2024
1 parent 6d19877 commit 5ac21fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ReboundHub/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@
<TextBlock Text=" - ALPHA v0.0.3" TextTrimming="CharacterEllipsis" Opacity="0.5" x:FieldModifier="public" FontSize="12" FontFamily="Segoe UI" FontWeight="Normal" Foreground="{Binding Foreground, ElementName=WindowTitle}"/>
</StackPanel>
<StackPanel x:Name="CaptionButtons" Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Top">
<Button x:Name="Back" IsTabStop="False" Height="45" Width="46" ToolTipService.ToolTip="Go back" Style="{ThemeResource Minimize}" Foreground="{Binding Foreground, ElementName=Minimize}">
<Button x:Name="Back" IsEnabled="False" Height="45" Width="46" ToolTipService.ToolTip="Go back" Style="{ThemeResource Minimize}" Foreground="{Binding Foreground, ElementName=Minimize}">
<FontIcon Glyph="" FontSize="14"/>
</Button>
<Button x:Name="Forward" IsTabStop="False" Height="45" Width="46" ToolTipService.ToolTip="Go forward" Style="{ThemeResource Minimize}" Foreground="{Binding Foreground, ElementName=Minimize}">
<Button x:Name="Forward" IsEnabled="False" Height="45" Width="46" ToolTipService.ToolTip="Go forward" Style="{ThemeResource Minimize}" Foreground="{Binding Foreground, ElementName=Minimize}">
<FontIcon Glyph="" FontSize="14"/>
</Button>
<Button x:Name="Refresh" IsTabStop="False" Height="45" Width="46" ToolTipService.ToolTip="Refresh" Style="{ThemeResource Minimize}" Foreground="{Binding Foreground, ElementName=Minimize}">
<Button x:Name="Refresh" IsEnabled="False" Height="45" Width="46" ToolTipService.ToolTip="Refresh" Style="{ThemeResource Minimize}" Foreground="{Binding Foreground, ElementName=Minimize}">
<FontIcon Glyph="" FontSize="14"/>
</Button>
<Button x:Name="Minimize" IsTabStop="False" Height="45" Width="46" Style="{ThemeResource Minimize}">
Expand Down
2 changes: 1 addition & 1 deletion ReboundHub/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="d6ef5e04-e9da-4e22-9782-8031af8beae7"
Publisher="CN=Ivirius"
Version="0.0.2.0" />
Version="0.0.3.0" />

<mp:PhoneIdentity PhoneProductId="d6ef5e04-e9da-4e22-9782-8031af8beae7" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit 5ac21fa

Please sign in to comment.