From 1b96133533b310a4d2864e8b6051917d5f5da996 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Fri, 6 Mar 2020 20:27:13 +0100
Subject: [PATCH] [enh] add Sakia icon in toolbar

---
 src/sakia/gui/main_window/toolbar/toolbar.ui | 21 +++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/src/sakia/gui/main_window/toolbar/toolbar.ui b/src/sakia/gui/main_window/toolbar/toolbar.ui
index f86152ea..ab77f1cb 100644
--- a/src/sakia/gui/main_window/toolbar/toolbar.ui
+++ b/src/sakia/gui/main_window/toolbar/toolbar.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>1000</width>
-    <height>237</height>
+    <height>241</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -139,6 +139,25 @@
      </property>
     </widget>
    </item>
+   <item>
+    <widget class="QLabel" name="label">
+     <property name="maximumSize">
+      <size>
+       <width>40</width>
+       <height>40</height>
+      </size>
+     </property>
+     <property name="text">
+      <string/>
+     </property>
+     <property name="pixmap">
+      <pixmap resource="../../../../../res/icons/sakia.icons.qrc">:/icons/sakia_logo</pixmap>
+     </property>
+     <property name="scaledContents">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
   </layout>
  </widget>
  <resources>
-- 
GitLab