Skip to content
Snippets Groups Projects
Commit cc440b93 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

listview; remove unused border in ListViewJami

Change-Id: Ie0e704090bf00002d6db9327396485fb32061a98
parent 4a2fd81e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -112,7 +112,6 @@ Popup {
Layout.alignment: Qt.AlignCenter
Layout.preferredWidth: contactPickerPopupRect.width
Layout.preferredHeight: 200
border.width: 0
model: ContactAdapter.getContactSelectableModel(type)
......
......@@ -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
......
......@@ -129,8 +129,6 @@ ColumnLayout {
Layout.fillWidth: true
Layout.preferredHeight: 160
border.width: 0
model: DeviceItemListModel {
lrcInstance: LRCInstance
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment