summary refs log tree commit diff
path: root/src/timeline/EventDelegateChooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/EventDelegateChooser.h')
-rw-r--r--src/timeline/EventDelegateChooser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timeline/EventDelegateChooser.h b/src/timeline/EventDelegateChooser.h
index ce79444a..df1953ab 100644
--- a/src/timeline/EventDelegateChooser.h
+++ b/src/timeline/EventDelegateChooser.h
@@ -84,8 +84,8 @@ signals:
 private:
     void polishChooser();
 
-    double aspectRatio_ = 1.;
-    int maxWidth_       = -1;
+    double aspectRatio_   = 1.;
+    int maxWidth_         = -1;
     int maxHeight_        = -1;
     bool keepAspectRatio_ = false;
     bool isReply_         = false;
@@ -252,7 +252,7 @@ private:
         QString currentId;
 
         QString instantiatedId;
-        int instantiatedRole = -1;
+        int instantiatedRole                  = -1;
         QAbstractItemModel *instantiatedModel = nullptr;
         int oldType                           = -1;
     };