From db68a278ff8aa079e7011cd9c3dcf4fe421559c5 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 19 Aug 2020 17:18:54 -0400 Subject: [PATCH] chore: remove duplicated value in the Theme --- ui/imports/Themes/Theme.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/imports/Themes/Theme.qml b/ui/imports/Themes/Theme.qml index 62f2127fcf..fe8da564c3 100644 --- a/ui/imports/Themes/Theme.qml +++ b/ui/imports/Themes/Theme.qml @@ -38,7 +38,6 @@ QtObject { property int padding: 16 property int halfPadding: 8 property int smallPadding: 10 - property int halfPadding: 8 property int radius: 8 property int leftTabPrefferedSize: 340