Skip to content

Commit

Permalink
refinements in code
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Sep 4, 2024
1 parent cf28ed6 commit af48eba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion app/qml/components/MMDrawerHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Rectangle {
color: __style.transparentColor

signal closeClicked
signal leftButtonClicked

implicitHeight: 60 * __dp
implicitWidth: ApplicationWindow.window?.width ?? 0
Expand Down
2 changes: 1 addition & 1 deletion app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ ApplicationWindow {
mapSettings: map.mapSettings

// disable the receivers button when staking out
showReceiversButton: !stakeoutPanelLoader.active //Here
showReceiversButton: !stakeoutPanelLoader.active

onManageReceiversClicked: {
gpsDataDrawer.close()
Expand Down
6 changes: 0 additions & 6 deletions app/qml/map/components/MMMeasureCrosshair.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ Item {
property bool canCloseShape: false
required property string text

property real maxWidth: implicitWidth
property url iconSource: ""
property color bgColor: __style.positiveColor
property color textColor: __style.forestColor
property bool textBgColorInverted: false

MM.SnapUtils {
id: snapUtils

Expand Down

1 comment on commit af48eba

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.9.654511 just submitted!

Please sign in to comment.