Page MenuHomePhorge

D84.1726796928.diff
No OneTemporary

D84.1726796928.diff

diff --git a/src/contents/ui/JoinRoomPage.qml b/src/contents/ui/JoinRoomPage.qml
--- a/src/contents/ui/JoinRoomPage.qml
+++ b/src/contents/ui/JoinRoomPage.qml
@@ -11,7 +11,7 @@
import '.' as Kazv
-Kirigami.Page {
+Kazv.ClosableScrollablePage {
id: joinRoomPage
title: l10n.get('join-room-page-title')
diff --git a/src/tests/quick-tests/tst_JoinRoomPage.qml b/src/tests/quick-tests/tst_JoinRoomPage.qml
--- a/src/tests/quick-tests/tst_JoinRoomPage.qml
+++ b/src/tests/quick-tests/tst_JoinRoomPage.qml
@@ -39,6 +39,12 @@
name: 'JoinRoomPageTest'
when: windowShown
+ function initTestCase() {
+ if (MK.KazvUtil.kfQtMajorVersion === 6) {
+ joinRoomPage.contentItem.clip = false;
+ }
+ }
+
function cleanup() {
mockHelper.clearAll();
}

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 19, 6:48 PM (8 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16105
Default Alt Text
D84.1726796928.diff (797 B)

Event Timeline