temporary change background
This commit is contained in:
parent
0757968528
commit
9143cbe65a
BIN
icons/ContentPanel.png
Normal file
BIN
icons/ContentPanel.png
Normal file
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)
|
return '%s/icons/%s.png' %(__root__, icon)
|
||||||
|
|
||||||
def set_controls(self):
|
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.input_search = pyxbmct.Edit("", _alignment=pyxbmct.ALIGN_CENTER_X | pyxbmct.ALIGN_CENTER_Y)
|
||||||
self.placeControl(self.input_search, 0, 0, 1, 5)
|
self.placeControl(self.input_search, 0, 0, 1, 5)
|
||||||
self.button_search = pyxbmct.Button("Search")
|
self.button_search = pyxbmct.Button("Search")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user