mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
enhance: indicate drop-down menu through arrow-down image on buttons
This commit is contained in:
@@ -1215,7 +1215,7 @@ object connform: Tconnform
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'New'
|
||||
Images = MainForm.ImageListMain
|
||||
ImageIndex = 45
|
||||
ImageIndex = 107
|
||||
TabOrder = 0
|
||||
OnClick = btnNewDropdown
|
||||
end
|
||||
@@ -1245,6 +1245,8 @@ object connform: Tconnform
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'More'
|
||||
Constraints.MinWidth = 105
|
||||
Images = MainForm.ImageListMain
|
||||
ImageIndex = 107
|
||||
TabOrder = 5
|
||||
OnClick = btnMoreClick
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user