Skip to content

Commit c694ba3

Browse files
authored
Merge pull request #377 from tlecomte/fixIconColor
fix: remove icon.color: undefined
2 parents ba066ca + 541d127 commit c694ba3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

friture/FritureMainWindow.qml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Rectangle { // eventually move to ApplicationWindow
2828
checkable: true
2929
checked: mainWindow.main_window_view_model.toolbar_view_model.recording
3030
icon.source: startButton.checked ? "qrc:/images-src/stop.svg" : "qrc:/images-src/start.svg"
31-
icon.color: undefined
3231
text: startButton.checked ? qsTr("Stop") : qsTr("Start")
3332
ToolTip.text: qsTr("Start/Stop")
3433
icon.height: 32
@@ -41,7 +40,6 @@ Rectangle { // eventually move to ApplicationWindow
4140
ToolButton {
4241
id: newDockButton
4342
icon.source: "qrc:/images-src/new-dock.svg"
44-
icon.color: undefined
4543
text: qsTr("New dock")
4644
ToolTip.text: qsTr("Add a new dock to Friture window")
4745
icon.height: 32
@@ -53,7 +51,6 @@ Rectangle { // eventually move to ApplicationWindow
5351
ToolButton {
5452
id: settingsButton
5553
icon.source: "qrc:/images-src/tools.svg"
56-
icon.color: undefined
5754
text: qsTr("Settings")
5855
ToolTip.text: qsTr("Display settings dialog")
5956
icon.height: 32
@@ -65,7 +62,6 @@ Rectangle { // eventually move to ApplicationWindow
6562
ToolButton {
6663
id: aboutButton
6764
icon.source: "qrc:/images-src/window-icon.svg"
68-
icon.color: undefined
6965
text: qsTr("About Friture")
7066
icon.height: 32
7167
icon.width: 32

0 commit comments

Comments
 (0)