Skip to content

Commit

Permalink
Remove component import version from Style.qml.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <hello@camilasan.com>
  • Loading branch information
camilasan authored and mgallien committed Aug 21, 2024
1 parent 76fc162 commit 14d7d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/Style/Style.qml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pragma Singleton

import QtQuick 2.15
import QtQuick

import com.nextcloud.desktopclient 1.0
import com.nextcloud.desktopclient

QtObject {
readonly property int pixelSize: fontMetrics.font.pixelSize
Expand Down

0 comments on commit 14d7d83

Please sign in to comment.