mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Use standard size instead of unncessary additional value
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
659ccc3f07
commit
c37e077dac
2 changed files with 1 additions and 3 deletions
|
@ -30,7 +30,7 @@ ItemDelegate {
|
|||
}
|
||||
|
||||
contentItem: ColumnLayout {
|
||||
spacing: Style.activityContentSpace
|
||||
spacing: Style.smallSpacing
|
||||
|
||||
ActivityItemContent {
|
||||
id: activityContent
|
||||
|
|
|
@ -138,8 +138,6 @@ QtObject {
|
|||
readonly property int minimumWidthResolveConflictsDialog: 600
|
||||
readonly property int minimumHeightResolveConflictsDialog: 800
|
||||
|
||||
readonly property int activityContentSpace: 4
|
||||
|
||||
readonly property double smallIconScaleFactor: 0.6
|
||||
|
||||
readonly property double trayFolderListButtonWidthScaleFactor: 1.75
|
||||
|
|
Loading…
Reference in a new issue