Skip to content

Commit 77a892c

Browse files
committed
Again, try to fix the high DPI issue on the text file import dialog. This time by moving the button toolbar below the "Columns" label. Closes HeidiSQL#328.
1 parent eed5629 commit 77a892c

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

source/loaddata.dfm

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -346,46 +346,50 @@ object loaddataform: Tloaddataform
346346
Left = 112
347347
Top = 72
348348
Width = 153
349-
Height = 107
349+
Height = 129
350350
Anchors = [akLeft, akTop, akRight, akBottom]
351351
ItemHeight = 13
352352
TabOrder = 2
353353
OnClick = chklistColumnsClick
354354
end
355355
object ToolBarColMove: TToolBar
356-
Left = 112
357-
Top = 185
358-
Width = 69
359-
Height = 22
356+
Left = 10
357+
Top = 91
358+
Width = 58
359+
Height = 66
360360
Align = alNone
361-
Anchors = [akLeft, akBottom]
362361
AutoSize = True
362+
ButtonWidth = 58
363363
Caption = 'ToolBarColMove'
364364
Images = MainForm.ImageListMain
365+
List = True
365366
ParentShowHint = False
367+
ShowCaptions = True
366368
ShowHint = True
367369
TabOrder = 3
368370
object btnColUp: TToolButton
369371
Left = 0
370372
Top = 0
371373
Hint = 'Move up'
372-
Caption = 'btnColUp'
374+
Caption = 'Up'
373375
ImageIndex = 74
376+
Wrap = True
374377
OnClick = btnColMoveClick
375378
end
376379
object btnColDown: TToolButton
377-
Left = 23
378-
Top = 0
380+
Left = 0
381+
Top = 22
379382
Hint = 'Move down'
380-
Caption = 'btnColDown'
383+
Caption = 'Down'
381384
ImageIndex = 75
385+
Wrap = True
382386
OnClick = btnColMoveClick
383387
end
384388
object btnCheckAll: TToolButton
385-
Left = 46
386-
Top = 0
389+
Left = 0
390+
Top = 44
387391
Hint = 'Select / Deselect all'
388-
Caption = 'Select / Deselect all'
392+
Caption = 'All'
389393
ImageIndex = 128
390394
OnClick = btnCheckAllClick
391395
end

0 commit comments

Comments
 (0)