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 <[email protected]>
  • Loading branch information
camilasan committed Aug 7, 2024
1 parent 6bae4b6 commit 98329be
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 98329be

Please sign in to comment.