From 421b15c05c605c8f4adc63433b00e37d56ac9da8 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 20 Sep 2022 21:26:28 +0200 Subject: Show the community of a room --- resources/qml/dialogs/AllowedRoomsSettingsDialog.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources/qml/dialogs') diff --git a/resources/qml/dialogs/AllowedRoomsSettingsDialog.qml b/resources/qml/dialogs/AllowedRoomsSettingsDialog.qml index 60ac06de..80905039 100644 --- a/resources/qml/dialogs/AllowedRoomsSettingsDialog.qml +++ b/resources/qml/dialogs/AllowedRoomsSettingsDialog.qml @@ -122,7 +122,6 @@ ApplicationWindow { placeholderText: qsTr("Enter additional rooms not in the list yet...") - //font.pixelSize: Math.ceil(quickSwitcher.textHeight * 0.6) color: Nheko.colors.text onTextEdited: { roomCompleter.completer.searchString = text; -- cgit 1.5.1