From 77cb2829f94d38171c66523887623d18e26d06d5 Mon Sep 17 00:00:00 2001
From: "andrey.daragan" <daragan.andrey@demlabs.net>
Date: Fri, 21 Feb 2020 14:54:01 +0000
Subject: [PATCH] Master

---
 widgets/DapComboBoxForm.ui.qml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/widgets/DapComboBoxForm.ui.qml b/widgets/DapComboBoxForm.ui.qml
index fab312f..80ca373 100644
--- a/widgets/DapComboBoxForm.ui.qml
+++ b/widgets/DapComboBoxForm.ui.qml
@@ -85,7 +85,6 @@ ComboBox
     //@detalis mainLineText Text without unneccesary part.
     property string mainLineText
 
-
     width: popup.visible ? widthPopupComboBoxActive : widthPopupComboBoxNormal
     height: popup.visible ? heightComboBoxActive : heightComboBoxNormal
     anchors.verticalCenter: parent.verticalCenter
-- 
GitLab