1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-17 05:55:23 +02:00

listview; remove unused border in ListViewJami

Change-Id: Ie0e704090bf00002d6db9327396485fb32061a98
This commit is contained in:
Ming Rui Zhang 2021-08-30 10:56:22 -04:00
parent 4a2fd81e19
commit cc440b93a7
4 changed files with 2 additions and 7 deletions

View file

@ -28,8 +28,7 @@ Rectangle {
property alias delegate: listView.delegate
property alias currentIndex: listView.currentIndex
border.width: 1
border.color: JamiTheme.hoverColor
border.width: 0
color: JamiTheme.backgroundColor

View file

@ -112,7 +112,6 @@ Popup {
Layout.alignment: Qt.AlignCenter
Layout.preferredWidth: contactPickerPopupRect.width
Layout.preferredHeight: 200
border.width: 0
model: ContactAdapter.getContactSelectableModel(type)

View file

@ -129,7 +129,6 @@ Popup {
Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true
Layout.fillHeight: true
border.width: 0
model: {
if (isCall) {
@ -244,6 +243,7 @@ Popup {
ListViewJami {
id: pluginhandlerPreferencePickerListView
Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true
Layout.fillHeight: true
@ -252,7 +252,6 @@ Popup {
property string handlerName: ""
model: PluginAdapter.getHandlerPreferencesModel(pluginId, handlerName)
border.width: 0
clip: true

View file

@ -129,8 +129,6 @@ ColumnLayout {
Layout.fillWidth: true
Layout.preferredHeight: 160
border.width: 0
model: DeviceItemListModel {
lrcInstance: LRCInstance
}