Prefer hardcoded width of button toolbar on CSV import dialog. Closes #1258

This commit is contained in:
Ansgar Becker
2020-12-13 13:35:59 +01:00
parent 29dfc68859
commit 37cd83410b

View File

@ -355,11 +355,10 @@ object loaddataform: Tloaddataform
object ToolBarColMove: TToolBar object ToolBarColMove: TToolBar
Left = 10 Left = 10
Top = 91 Top = 91
Width = 58 Width = 87
Height = 66 Height = 66
Align = alNone Align = alNone
AutoSize = True ButtonWidth = 54
ButtonWidth = 58
Caption = 'ToolBarColMove' Caption = 'ToolBarColMove'
Images = MainForm.VirtualImageListMain Images = MainForm.VirtualImageListMain
List = True List = True