Skip to content

Commit 5d0fa4d

Browse files
committed
Remove text label from the show project folder button in the dashboard
1 parent 570b903 commit 5d0fa4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qml/DashBoard.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Drawer {
124124
}
125125

126126
QfToolButton {
127-
id: printItem
127+
id: printItemButton
128128
anchors.verticalCenter: parent.verticalCenter
129129
round: true
130130
iconSource: Theme.getThemeVectorIcon("ic_print_black_24dp")
@@ -209,7 +209,7 @@ Drawer {
209209
}
210210

211211
QfToolButton {
212-
text: qsTr("Project Folder")
212+
id: projectFolderButton
213213
anchors.verticalCenter: parent.verticalCenter
214214
font: Theme.defaultFont
215215
iconSource: Theme.getThemeVectorIcon("ic_project_folder_black_24dp")

0 commit comments

Comments
 (0)