mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 17:00:57 +02:00
ToDo List: Fix column widths, was wrong in OSX. Issue #27866.
git-svn-id: trunk@49078 -
This commit is contained in:
parent
e9b41a4170
commit
b56055ce12
@ -28,7 +28,7 @@ object IDETodoWindow: TIDETodoWindow
|
||||
Align = alClient
|
||||
Columns = <
|
||||
item
|
||||
AutoSize = True
|
||||
AutoSize = False
|
||||
Caption = 'Done'
|
||||
Width = 100
|
||||
end
|
||||
@ -37,27 +37,27 @@ object IDETodoWindow: TIDETodoWindow
|
||||
Width = 700
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
AutoSize = False
|
||||
Caption = 'Priority'
|
||||
Width = 100
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
AutoSize = False
|
||||
Caption = 'Module'
|
||||
Width = 100
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
AutoSize = False
|
||||
Caption = 'Line'
|
||||
Width = 100
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
AutoSize = False
|
||||
Caption = 'Owner'
|
||||
Width = 100
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
AutoSize = False
|
||||
Caption = 'Category'
|
||||
Width = 100
|
||||
end>
|
||||
|
Loading…
Reference in New Issue
Block a user