Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
changed button abort text with close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dazedcat19 committed Feb 13, 2020
1 parent 5de3f59 commit 126e939
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions baseunits/DBUpdater.pas
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ procedure TDBUpdaterThread.SyncStart;
begin
Parent := FormMain;
SimplePanel := False;
SizeGrip := False;
with Panels.Add do // panel for progress bar
Width := 100;
Panels.Add; // panel for progress text
Expand Down Expand Up @@ -150,8 +151,10 @@ procedure TDBUpdaterThread.SyncStart;
Parent := FStatusBar;
Align := alNone;
AutoSize := True;
Caption := RS_ButtonCancel;
ShowCaption := True;
//Caption := RS_ButtonCancel;
//ShowCaption := True;
Images := FormMain.IconList;
ImageIndex := 24;
Flat := True;
Anchors := [akTop, akRight, akBottom];
AnchorSideTop.Control := FStatusBar;
Expand Down
7 changes: 5 additions & 2 deletions baseunits/SelfUpdater.pas
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ procedure TSelfUpdaterThread.SyncStart;
begin
Parent := FormMain;
SimplePanel := False;
SizeGrip := False;
with Panels.Add do // panel for progress bar
Width := 100;
Panels.Add; // panel for progress text
Expand Down Expand Up @@ -137,8 +138,10 @@ procedure TSelfUpdaterThread.SyncStart;
Parent := FStatusBar;
Align := alNone;
AutoSize := True;
Caption := RS_ButtonCancel;
ShowCaption := True;
//Caption := RS_ButtonCancel;
//ShowCaption := True;
Images := FormMain.IconList;
ImageIndex := 24;
Flat := True;
Anchors := [akTop, akRight, akBottom];
AnchorSideTop.Control := FStatusBar;
Expand Down
2 changes: 1 addition & 1 deletion mangadownloader/md.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="1"/>
<RevisionNr Value="1"/>
<RevisionNr Value="2"/>
<Attributes pvaPrivateBuild="True"/>
<StringTable Comments="https://github.com/fmd-project-team/FMD" FileDescription="Free Manga Downloader" LegalCopyright="©2015-2020" OriginalFilename="fmd.exe" ProductName="Free Manga Downloader" ProductVersion="$BuildMode()" PrivateBuild="FMD Project Team"/>
</VersionInfo>
Expand Down

0 comments on commit 126e939

Please sign in to comment.