Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions friture/FritureMainWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Rectangle { // eventually move to ApplicationWindow
checkable: true
checked: mainWindow.main_window_view_model.toolbar_view_model.recording
icon.source: startButton.checked ? "qrc:/images-src/stop.svg" : "qrc:/images-src/start.svg"
icon.color: undefined
text: startButton.checked ? qsTr("Stop") : qsTr("Start")
ToolTip.text: qsTr("Start/Stop")
icon.height: 32
Expand All @@ -41,7 +40,6 @@ Rectangle { // eventually move to ApplicationWindow
ToolButton {
id: newDockButton
icon.source: "qrc:/images-src/new-dock.svg"
icon.color: undefined
text: qsTr("New dock")
ToolTip.text: qsTr("Add a new dock to Friture window")
icon.height: 32
Expand All @@ -53,7 +51,6 @@ Rectangle { // eventually move to ApplicationWindow
ToolButton {
id: settingsButton
icon.source: "qrc:/images-src/tools.svg"
icon.color: undefined
text: qsTr("Settings")
ToolTip.text: qsTr("Display settings dialog")
icon.height: 32
Expand All @@ -65,7 +62,6 @@ Rectangle { // eventually move to ApplicationWindow
ToolButton {
id: aboutButton
icon.source: "qrc:/images-src/window-icon.svg"
icon.color: undefined
text: qsTr("About Friture")
icon.height: 32
icon.width: 32
Expand Down