From 59403c455a7ae2a5bd8d295aaf53a203d9a926e4 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 31 May 2019 13:02:40 +0900 Subject: fix bug --- app/ArrivedDesDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/ArrivedDesDialog.qml') diff --git a/app/ArrivedDesDialog.qml b/app/ArrivedDesDialog.qml index e1ea5c4..d352b04 100644 --- a/app/ArrivedDesDialog.qml +++ b/app/ArrivedDesDialog.qml @@ -62,7 +62,7 @@ Rectangle { spacing: 10 Image { id: dsp_mark - source: dsp_icon +// source: dsp_icon Layout.maximumHeight: 120 Layout.maximumWidth: 120 } -- cgit 1.2.3-korg