소스 검색

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);