mirror of https://github.com/KDE/kasts.git
Use more appropriate info icon
This commit is contained in:
parent
b2b59ce852
commit
8e1b278539
|
@ -183,7 +183,7 @@ if(ANDROID)
|
||||||
window-close-symbolic
|
window-close-symbolic
|
||||||
delete
|
delete
|
||||||
settings-configure
|
settings-configure
|
||||||
help-about-symbolic
|
documentinfo
|
||||||
tools-report-bug
|
tools-report-bug
|
||||||
list-add
|
list-add
|
||||||
list-remove
|
list-remove
|
||||||
|
|
|
@ -141,7 +141,7 @@ Kirigami.ScrollablePage {
|
||||||
onTriggered: DataManager.addFeed(feed.url)
|
onTriggered: DataManager.addFeed(feed.url)
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "help-about-symbolic"
|
iconName: "documentinfo"
|
||||||
text: i18n("Show Details")
|
text: i18n("Show Details")
|
||||||
checkable: true
|
checkable: true
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
|
|
|
@ -253,7 +253,7 @@ Controls.ItemDelegate {
|
||||||
pageStack.push("qrc:/FeedDetailsPage.qml", {"feed": feed});
|
pageStack.push("qrc:/FeedDetailsPage.qml", {"feed": feed});
|
||||||
actionOverlay.close();
|
actionOverlay.close();
|
||||||
}
|
}
|
||||||
iconName: "help-about-symbolic"
|
iconName: "documentinfo"
|
||||||
text: i18n("Podcast Details")
|
text: i18n("Podcast Details")
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
|
|
|
@ -279,7 +279,7 @@ Kirigami.ScrollablePage {
|
||||||
}
|
}
|
||||||
|
|
||||||
property var feedDetailsAction: Kirigami.Action {
|
property var feedDetailsAction: Kirigami.Action {
|
||||||
iconName: "help-about-symbolic"
|
iconName: "documentinfo"
|
||||||
text: i18n("Podcast Details")
|
text: i18n("Podcast Details")
|
||||||
visible: feedList.selectionModel.hasSelection && (feedList.selectionForContextMenu.length == 1)
|
visible: feedList.selectionModel.hasSelection && (feedList.selectionForContextMenu.length == 1)
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
|
|
@ -123,7 +123,7 @@ Rectangle {
|
||||||
Controls.ToolButton {
|
Controls.ToolButton {
|
||||||
id: infoButton
|
id: infoButton
|
||||||
visible: AudioManager.entry && (titlesAndButtons.width > essentialButtons.width + 2 * implicitWidth + parent.optionalButtonCollapseWidth)
|
visible: AudioManager.entry && (titlesAndButtons.width > essentialButtons.width + 2 * implicitWidth + parent.optionalButtonCollapseWidth)
|
||||||
icon.name: "help-about-symbolic"
|
icon.name: "documentinfo"
|
||||||
icon.height: essentialButtons.iconSize
|
icon.height: essentialButtons.iconSize
|
||||||
icon.width: essentialButtons.iconSize
|
icon.width: essentialButtons.iconSize
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|
|
@ -274,7 +274,7 @@ Kirigami.Page {
|
||||||
Layout.preferredHeight: contextButtons.buttonSize
|
Layout.preferredHeight: contextButtons.buttonSize
|
||||||
Layout.maximumWidth: height
|
Layout.maximumWidth: height
|
||||||
Layout.preferredWidth: height
|
Layout.preferredWidth: height
|
||||||
icon.name: "help-about-symbolic"
|
icon.name: "documentinfo"
|
||||||
icon.width: contextButtons.iconSize
|
icon.width: contextButtons.iconSize
|
||||||
icon.height: contextButtons.iconSize
|
icon.height: contextButtons.iconSize
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
|
@ -34,7 +34,7 @@ Kirigami.CategorizedSettings {
|
||||||
},
|
},
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
text: i18n("About")
|
text: i18n("About")
|
||||||
icon.name: "help-about-symbolic"
|
icon.name: "documentinfo"
|
||||||
page: "qrc:/AboutPage.qml"
|
page: "qrc:/AboutPage.qml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue