mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Left instead of right alignment for "Rows" and "Size" columns in "Database" tab, now that these columns display colored bars, that looks nicer.
This commit is contained in:
@ -898,13 +898,11 @@ object MainForm: TMainForm
|
||||
WideText = 'Name'
|
||||
end
|
||||
item
|
||||
Alignment = taRightJustify
|
||||
Position = 1
|
||||
Width = 70
|
||||
WideText = 'Rows'
|
||||
end
|
||||
item
|
||||
Alignment = taRightJustify
|
||||
Position = 2
|
||||
Width = 70
|
||||
WideText = 'Size'
|
||||
|
Reference in New Issue
Block a user