mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Tweak size column in dbtree to fit to largest numbers.
This commit is contained in:
@ -87,13 +87,14 @@ object MDIChild: TMDIChild
|
||||
Columns = <
|
||||
item
|
||||
Position = 0
|
||||
Width = 115
|
||||
Width = 110
|
||||
WideText = 'Name'
|
||||
end
|
||||
item
|
||||
Alignment = taRightJustify
|
||||
MinWidth = 0
|
||||
Position = 1
|
||||
Width = 55
|
||||
WideText = 'Size'
|
||||
end>
|
||||
end
|
||||
|
Reference in New Issue
Block a user