Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Jun 3, 2024
1 parent 8cf8e44 commit 61effe6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ColorMC.Core/CoreMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace ColorMC.Core;
public static class ColorMCCore
{
public const string TopVersion = "A25";
public const string DateVersion = "20240525";
public const string DateVersion = "20240603";

/// <summary>
/// 版本号
Expand Down
10 changes: 8 additions & 2 deletions src/ColorMC.Gui/UI/Controls/Items/DownloadItemControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@
ShowProgressText="{Binding !IsNotSize}"
SmallChange="0.01"
Value="{Binding NowProgress}" />
<TextBlock Margin="0,0,20,0" Text="{Binding NowTemp}" />
<TextBlock Margin="0,0,20,0" Text="{Binding State}" />
<TextBlock
Width="100"
Margin="0,0,20,0"
Text="{Binding NowTemp}" />
<TextBlock
Width="100"
Margin="0,0,20,0"
Text="{Binding State}" />
<TextBlock Margin="0,0,5,0" Text="{setting:Localize DownloadWindow.DataGrid.Text5}" />
<TextBlock Text="{Binding ErrorTime}" />
</WrapPanel>
Expand Down

0 comments on commit 61effe6

Please sign in to comment.