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