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