|
|
|
@ -10,7 +10,7 @@ import {
|
|
|
|
|
Controller, |
|
|
|
|
Events, |
|
|
|
|
HTapeLayout, |
|
|
|
|
isEndWithBlank |
|
|
|
|
isEndWithBlank, HorizontalFillLayout |
|
|
|
|
} from "@/core"; |
|
|
|
|
import { IconButton, Editor, IconLabel } from "@/base"; |
|
|
|
|
|
|
|
|
@ -87,14 +87,15 @@ export class SearchEditor extends Widget {
|
|
|
|
|
createWidget({ |
|
|
|
|
element: this, |
|
|
|
|
height: toPix(o.height, o.simple ? 1 : 2), |
|
|
|
|
type: HTapeLayout.xtype, |
|
|
|
|
type: HorizontalFillLayout.xtype, |
|
|
|
|
columnSize: ["", "fill", ""], |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: IconLabel.xtype, |
|
|
|
|
cls: "search-font", |
|
|
|
|
width: 24, |
|
|
|
|
}, |
|
|
|
|
width: 24, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
el: this.editor, |
|
|
|
|