Skip to content
Snippets Groups Projects
Commit 6a1a9b60 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

MessageBar: do not show sendFile/Location for a SIP account

Change-Id: I4f2fc87c2ec1083605f8a287eecac67ff950c821
parent 61126cfa
Branches
Tags
No related merge requests found
...@@ -804,8 +804,8 @@ Item { ...@@ -804,8 +804,8 @@ Item {
property string quote: qsTr("Quote") property string quote: qsTr("Quote")
property string unorderedList: qsTr("Unordered list") property string unorderedList: qsTr("Unordered list")
property string orderedList: qsTr("Ordered list") property string orderedList: qsTr("Ordered list")
property string showFormating: qsTr("Show Formating") property string showFormating: qsTr("Show formating")
property string hideFormating: qsTr("Hide Formating") property string hideFormating: qsTr("Hide formating")
property string shiftEnterNewLine: qsTr("Press Shift+Enter to insert a new line") property string shiftEnterNewLine: qsTr("Press Shift+Enter to insert a new line")
property string enterNewLine: qsTr("Press Enter to insert a new line") property string enterNewLine: qsTr("Press Enter to insert a new line")
property string send: qsTr("Send") property string send: qsTr("Send")
......
...@@ -61,7 +61,8 @@ Rectangle { ...@@ -61,7 +61,8 @@ Rectangle {
ComboBox { ComboBox {
id: showMoreButton id: showMoreButton
width: JamiTheme.chatViewFooterButtonSize visible: !CurrentConversation.isSip
width: CurrentConversation.isSip? 0 : JamiTheme.chatViewFooterButtonSize
height: JamiTheme.chatViewFooterButtonSize height: JamiTheme.chatViewFooterButtonSize
anchors.leftMargin: marginSize anchors.leftMargin: marginSize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment