LookupGrid: Swap buttons
This commit is contained in:
parent
afca91ad19
commit
27ec58ab24
@ -174,13 +174,13 @@ Public Class RepositoryItemLookupControl3
|
||||
Public Overrides Sub CreateDefaultButton()
|
||||
Dim oButtons As New List(Of EditorButton) From {
|
||||
New EditorButton() With {
|
||||
.Kind = ButtonPredefines.Search,
|
||||
.Tag = TAG_BUTTON_LOOKUP_FORM,
|
||||
.Kind = ButtonPredefines.Combo,
|
||||
.Tag = TAG_DROPDOWN,
|
||||
.Width = 25
|
||||
},
|
||||
New EditorButton() With {
|
||||
.Kind = ButtonPredefines.Combo,
|
||||
.Tag = TAG_DROPDOWN,
|
||||
.Kind = ButtonPredefines.Search,
|
||||
.Tag = TAG_BUTTON_LOOKUP_FORM,
|
||||
.Width = 25
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user