Skip to content

Commit 511620a

Browse files
author
Robert Damas
committed
- Fix version number in plugin.py
- Fix panel in skin_Plugin_SmartControl.xml to support blue button
1 parent 99ebcb1 commit 511620a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#######################################################################
33
#
44
# SmartControl
5-
# Version 0.3
5+
# Version 0.4
66
#
77
# Copyright (c) 2020 by Robert Damas
88
# All rights reserved.

src/skin_Plugin_SmartControl.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<panel name="back_bottom_small" />
1818
<panel name="part_Title" />
1919
<panel name="part_buttons_back" />
20-
<panel name="part_buttons_rgy" />
20+
<panel name="part_buttons" />
2121
<widget render="Listbox" source="deviceinfo" enableWrapAround="0"
2222
position="0,100" size="1920,850" transparent="1"
2323
font="Regular;25" zPosition="5" scrollbarMode="showOnDemand"

0 commit comments

Comments
 (0)