Skip to content

Commit

Permalink
feat: backToLightdm button use dci icon
Browse files Browse the repository at this point in the history
Signed-off-by: ComixHe <[email protected]>
  • Loading branch information
ComixHe authored and justforlxz committed Jan 16, 2024
1 parent c2b24ee commit 79b33d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/greeter/Center.qml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ Item {
Layout.alignment: Qt.AlignHCenter
D.RoundButton {
id: boardBtn
text: 'B'
icon.name: "backToLightdm"
icon.width: 16
icon.height: 16
width: bottomGroup.buttonSize
height: bottomGroup.buttonSize
anchors.centerIn: parent
Expand Down
1 change: 1 addition & 0 deletions src/greeter/greeter_assets.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<file>icons/login_logout.dci</file>
<file>icons/login_poweroff.dci</file>
<file>icons/login_suspend.dci</file>
<file>icons/backToLightdm.dci</file>
<file>icons/logo.svg</file>
</qresource>
</RCC>
Binary file added src/greeter/icons/backToLightdm.dci
Binary file not shown.

0 comments on commit 79b33d2

Please sign in to comment.