summary refs log tree commit diff
path: root/resources/qml/TimelineEvent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TimelineEvent.qml')
-rw-r--r--resources/qml/TimelineEvent.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/qml/TimelineEvent.qml b/resources/qml/TimelineEvent.qml
index 3e98a2cf..f1b6bd2a 100644
--- a/resources/qml/TimelineEvent.qml
+++ b/resources/qml/TimelineEvent.qml
@@ -141,8 +141,8 @@ EventDelegateChooser {
             required property string userName
 
             Layout.fillWidth: true
-            Layout.maximumWidth: tempWidth
-            Layout.maximumHeight: timelineView.height / 8
+            //Layout.maximumWidth: tempWidth
+            //Layout.maximumHeight: timelineView.height / 8
             containerHeight: timelineView.height
         }
     }
@@ -181,7 +181,6 @@ EventDelegateChooser {
 
         EncryptionEnabled {
             required property string userId
-            required property string userName
 
             Layout.fillWidth: true
         }