File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments