mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +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
|
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
|
||||||
|
Reference in New Issue
Block a user