diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-14 01:24:26 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-14 01:24:26 +0100 |
commit | 1961312b1508070be0d2a3c6e67a1a3eb24c83d5 (patch) | |
tree | 33c2f9c0e2c1c3cb04196a1a076114d559053f30 /resources/qml/voip/VideoCall.qml | |
parent | Fix text corruption from unrounded pixel height (diff) | |
download | nheko-1961312b1508070be0d2a3c6e67a1a3eb24c83d5.tar.xz |
Improve sorting and sizing of completions a bit
Diffstat (limited to '')
-rw-r--r-- | resources/qml/voip/VideoCall.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/voip/VideoCall.qml b/resources/qml/voip/VideoCall.qml index 23651033..8dd5fb90 100644 --- a/resources/qml/voip/VideoCall.qml +++ b/resources/qml/voip/VideoCall.qml @@ -1,5 +1,4 @@ // SPDX-FileCopyrightText: 2021 Nheko Contributors -// // SPDX-License-Identifier: GPL-3.0-or-later import QtQuick 2.9 |