temporary change background
parent
0757968528
commit
9143cbe65a
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -68,6 +68,7 @@ class SearchWindow(pyxbmct.AddonDialogWindow):
|
|||
return '%s/icons/%s.png' %(__root__, icon)
|
||||
|
||||
def set_controls(self):
|
||||
self.background.setImage('%s/icons/%s.png' %(__root__, 'ContentPanel'))
|
||||
self.input_search = pyxbmct.Edit("", _alignment=pyxbmct.ALIGN_CENTER_X | pyxbmct.ALIGN_CENTER_Y)
|
||||
self.placeControl(self.input_search, 0, 0, 1, 5)
|
||||
self.button_search = pyxbmct.Button("Search")
|
||||
|
|
Loading…
Reference in New Issue