浏览代码

Update Custom.cpp

(cherry picked from commit 54104da431cb3c6e30b19eaa3ddcf5eaa1e1e99e)

Source commit: 0d7312597fcf0f12b9e4341572b795f58e9187f9
Mr-Update 3 年之前
父节点
当前提交
fed3f99cbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);