Skip to content

Commit 76929be

Browse files
committed
[app-dreameye] Fix preview mouse events sfx.
1 parent 2e3a749 commit 76929be

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

applications/dreameye/app.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<app name="Dreameye" version="1.0.0" icon="images/icon.png">
2+
<app name="Dreameye" version="1.0.1" icon="images/icon.png">
33
<resources>
44
<module src="../../modules/quirc.klf" />
55
<module src="../../modules/dreameye.klf" />
@@ -198,12 +198,8 @@
198198
</input>
199199
</panel>
200200
</panel>
201-
<panel width="328" height="248" x="156" y="141">
202-
<input type="button" width="328" height="248"
203-
normal="preview-back" highlight="preview-back"
204-
pressed="preview-back" disabled="preview-back">
205-
<label font="comic-22" color="#EEEEEE" text="Camera preview" />
206-
</input>
201+
<panel width="328" height="248" x="156" y="141" backgroundCenter="preview-back">
202+
<label font="comic-22" color="#EEEEEE" text="Camera preview" />
207203
</panel>
208204
<panel x="500" y="320" height="25" width="140">
209205
<label align="left" color="#444444" font="comic-14" height="25"
@@ -247,12 +243,8 @@
247243
<label font="comic-22" color="#EEEEEE" text="Back to main" />
248244
</input>
249245
</panel>
250-
<panel width="328" height="248" x="156" y="141">
251-
<input type="button" width="328" height="248"
252-
normal="preview-back" highlight="preview-back"
253-
pressed="preview-back" disabled="preview-back">
254-
<label font="comic-22" color="#EEEEEE" text="Camera preview" />
255-
</input>
246+
<panel width="328" height="248" x="156" y="141" backgroundCenter="preview-back">
247+
<label font="comic-22" color="#EEEEEE" text="Camera preview" />
256248
</panel>
257249
<panel x="25" y="140" height="50" width="100">
258250
<label align="left" color="#31799F" font="comic-16" height="25"

applications/dreameye/modules/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ EXPORTS_FILE = exports.txt
1212

1313
VER_MAJOR = 1
1414
VER_MINOR = 0
15-
VER_MICRO = 0
15+
VER_MICRO = 1
1616

1717
KOS_CFLAGS += -I./
1818

0 commit comments

Comments
 (0)