mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix issue #1011: Updated status of number of exported rows doesn't delete characters of previous longer status message
This commit is contained in:
@ -25,9 +25,10 @@ object ExportSQLForm: TExportSQLForm
|
||||
object lblProgress: TLabel
|
||||
Left = 3
|
||||
Top = 396
|
||||
Width = 52
|
||||
Width = 460
|
||||
Height = 13
|
||||
Anchors = [akLeft, akBottom]
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
AutoSize = False
|
||||
Caption = 'lblProgress'
|
||||
end
|
||||
object btnExport: TButton
|
||||
|
Reference in New Issue
Block a user