diff options
author | trilene <trilene@runbox.com> | 2021-02-21 16:30:10 -0500 |
---|---|---|
committer | trilene <trilene@runbox.com> | 2021-02-21 16:30:10 -0500 |
commit | 70c77cdc44698104c11c222dc630bbcc26a27f3e (patch) | |
tree | dd4df1a85c7ae0618b16d87803637810ee0dcb0d /resources/qml/voip/ScreenShare.qml | |
parent | Refine X11 test (diff) | |
download | nheko-70c77cdc44698104c11c222dc630bbcc26a27f3e.tar.xz |
Display screen sharing content locally
Diffstat (limited to 'resources/qml/voip/ScreenShare.qml')
-rw-r--r-- | resources/qml/voip/ScreenShare.qml | 5 |
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 |