mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-23 00:03:55 +02:00
listview; remove unused border in ListViewJami
Change-Id: Ie0e704090bf00002d6db9327396485fb32061a98
This commit is contained in:
parent
4a2fd81e19
commit
cc440b93a7
4 changed files with 2 additions and 7 deletions
|
@ -28,8 +28,7 @@ Rectangle {
|
||||||
property alias delegate: listView.delegate
|
property alias delegate: listView.delegate
|
||||||
property alias currentIndex: listView.currentIndex
|
property alias currentIndex: listView.currentIndex
|
||||||
|
|
||||||
border.width: 1
|
border.width: 0
|
||||||
border.color: JamiTheme.hoverColor
|
|
||||||
|
|
||||||
color: JamiTheme.backgroundColor
|
color: JamiTheme.backgroundColor
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,6 @@ Popup {
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignCenter
|
||||||
Layout.preferredWidth: contactPickerPopupRect.width
|
Layout.preferredWidth: contactPickerPopupRect.width
|
||||||
Layout.preferredHeight: 200
|
Layout.preferredHeight: 200
|
||||||
border.width: 0
|
|
||||||
|
|
||||||
model: ContactAdapter.getContactSelectableModel(type)
|
model: ContactAdapter.getContactSelectableModel(type)
|
||||||
|
|
||||||
|
|
|
@ -129,7 +129,6 @@ Popup {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
border.width: 0
|
|
||||||
|
|
||||||
model: {
|
model: {
|
||||||
if (isCall) {
|
if (isCall) {
|
||||||
|
@ -244,6 +243,7 @@ Popup {
|
||||||
|
|
||||||
ListViewJami {
|
ListViewJami {
|
||||||
id: pluginhandlerPreferencePickerListView
|
id: pluginhandlerPreferencePickerListView
|
||||||
|
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
@ -252,7 +252,6 @@ Popup {
|
||||||
property string handlerName: ""
|
property string handlerName: ""
|
||||||
|
|
||||||
model: PluginAdapter.getHandlerPreferencesModel(pluginId, handlerName)
|
model: PluginAdapter.getHandlerPreferencesModel(pluginId, handlerName)
|
||||||
border.width: 0
|
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
|
|
@ -129,8 +129,6 @@ ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 160
|
Layout.preferredHeight: 160
|
||||||
|
|
||||||
border.width: 0
|
|
||||||
|
|
||||||
model: DeviceItemListModel {
|
model: DeviceItemListModel {
|
||||||
lrcInstance: LRCInstance
|
lrcInstance: LRCInstance
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue