summary refs log tree commit diff
path: root/resources/qml/voip/ScreenShare.qml
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2021-02-21 16:30:10 -0500
committertrilene <trilene@runbox.com>2021-02-21 16:30:10 -0500
commit70c77cdc44698104c11c222dc630bbcc26a27f3e (patch)
treedd4df1a85c7ae0618b16d87803637810ee0dcb0d /resources/qml/voip/ScreenShare.qml
parentRefine X11 test (diff)
downloadnheko-70c77cdc44698104c11c222dc630bbcc26a27f3e.tar.xz
Display screen sharing content locally
Diffstat (limited to 'resources/qml/voip/ScreenShare.qml')
-rw-r--r--resources/qml/voip/ScreenShare.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/qml/voip/ScreenShare.qml b/resources/qml/voip/ScreenShare.qml
index cb70a36c..3ff74199 100644
--- a/resources/qml/voip/ScreenShare.qml
+++ b/resources/qml/voip/ScreenShare.qml
@@ -21,7 +21,10 @@ Popup {
 
     ColumnLayout {
         Label {
-            Layout.margins: 8
+            Layout.topMargin: 16
+            Layout.bottomMargin: 16
+            Layout.leftMargin: 8
+            Layout.rightMargin: 8
             Layout.alignment: Qt.AlignLeft
             text: qsTr("Share desktop with %1?").arg(TimelineManager.timeline.roomName)
             color: colors.windowText