From 412b6c5f7eb9d6fa0584b4f5042f2118f26987ed Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 2 Mar 2017 00:27:04 +0900
Subject: [PATCH] Icon size

---
 app/qml/ui/Dialog.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/qml/ui/Dialog.qml b/app/qml/ui/Dialog.qml
index b5360fe..cb316c2 100644
--- a/app/qml/ui/Dialog.qml
+++ b/app/qml/ui/Dialog.qml
@@ -33,8 +33,8 @@ ColumnLayout {
             id: icon
             source: ""
             visible: source.toString() ? true : false
-            Layout.preferredWidth: 32
-            Layout.preferredHeight: 32
+            Layout.preferredWidth: 48
+            Layout.preferredHeight: 48
         }
         ColumnLayout {
             Layout.fillWidth: true
-- 
GitLab