Browse Source

Update Custom.cpp

(cherry picked from commit 54104da431cb3c6e30b19eaa3ddcf5eaa1e1e99e)

Source commit: 0d7312597fcf0f12b9e4341572b795f58e9187f9
Mr-Update 3 years ago
parent
commit
fed3f99cbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/Custom.cpp

+ 1 - 1
source/forms/Custom.cpp

@@ -1397,7 +1397,7 @@ __fastcall TUsageStatisticsDialog::TUsageStatisticsDialog() :
 
   ClipboardButton = new TButton(this);
   ClipboardButton->Caption = LoadStr(USAGE_COPY);
-  ClipboardButton->Width = ScaleByTextHeight(this, 121);
+  ClipboardButton->Width = ScaleByTextHeight(this, 161);
   ClipboardButton->OnClick = ClipboardButtonClick;
   AddDialogButton(ClipboardButton);