Icons: more icons
This commit is contained in:
parent
c77784b5c1
commit
ccdb4e0664
14 changed files with 27 additions and 39 deletions
|
|
@ -85,7 +85,7 @@ NBox {
|
|||
}
|
||||
|
||||
NIconButton {
|
||||
icon: Bootstrap.icons["plus"]
|
||||
icon: Bootstrap.icons["plus-lg"]
|
||||
|
||||
colorBg: Color.mPrimary
|
||||
colorFg: Color.mOnPrimary
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ NPanel {
|
|||
}, {
|
||||
"id": SettingsPanel.Tab.About,
|
||||
"label": "About",
|
||||
"icon": "person",
|
||||
"icon": "info-circle",
|
||||
"source": aboutTab
|
||||
})
|
||||
|
||||
|
|
@ -400,21 +400,13 @@ NPanel {
|
|||
anchors.fill: parent
|
||||
anchors.leftMargin: Style.marginS * scaling
|
||||
anchors.rightMargin: Style.marginS * scaling
|
||||
spacing: Style.marginS * scaling
|
||||
spacing: Style.marginM * scaling
|
||||
|
||||
// Tab icon
|
||||
Item {
|
||||
width: 20 * scaling
|
||||
height: width
|
||||
|
||||
NIcon {
|
||||
text: Bootstrap.icons[modelData.icon]
|
||||
color: tabTextColor
|
||||
font.pointSize: Style.fontSizeL * scaling
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
NIcon {
|
||||
text: Bootstrap.icons[modelData.icon]
|
||||
color: tabTextColor
|
||||
font.pointSize: Style.fontSizeL * scaling
|
||||
}
|
||||
|
||||
// Tab label
|
||||
NText {
|
||||
text: modelData.label
|
||||
|
|
|
|||
|
|
@ -272,7 +272,7 @@ ColumnLayout {
|
|||
|
||||
// Button aligned to the center of the actual input field
|
||||
NIconButton {
|
||||
icon: Bootstrap.icons["plus"]
|
||||
icon: Bootstrap.icons["plus-lg"]
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
Layout.bottomMargin: blacklistInput.description ? Style.marginS * scaling : 0
|
||||
onClicked: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue