mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Prefer hardcoded width of button toolbar on CSV import dialog. Closes #1258
This commit is contained in:
@ -355,11 +355,10 @@ object loaddataform: Tloaddataform
|
||||
object ToolBarColMove: TToolBar
|
||||
Left = 10
|
||||
Top = 91
|
||||
Width = 58
|
||||
Width = 87
|
||||
Height = 66
|
||||
Align = alNone
|
||||
AutoSize = True
|
||||
ButtonWidth = 58
|
||||
ButtonWidth = 54
|
||||
Caption = 'ToolBarColMove'
|
||||
Images = MainForm.VirtualImageListMain
|
||||
List = True
|
||||
|
Reference in New Issue
Block a user