Skip to content

Commit

Permalink
10.2.6 TOC & BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Mar 19, 2024
1 parent 9a91627 commit 19a0de8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,13 @@
"SecureHandlerSetFrameRef",
"IsLoggedIn",
"FramerateFrame",
"AchievementMicroButton"
"AchievementMicroButton",
"SplashFrameMixin",
"ObjectiveTracker_Update",
"TextureKitConstants",
"AlertFrame",
"SPLASH_BASE_HEADER",
"SPLASH_NEW_HEADER_SEASON"
],
"Lua.workspace.ignoreDir": [".vscode", "libs/*"],
"Lua.diagnostics.enable": true,
Expand Down
8 changes: 4 additions & 4 deletions Modules/Minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,13 @@ function module:ModifyMinimapLayout()
SUI.Font:Format(TimeManagerClockTicker, 10, 'Minimap')
SUI.Font:Format(Minimap.coords, 10, 'Minimap')

MinimapCluster.Tracking:ClearAllPoints()
MinimapCluster.Tracking:SetPoint('BOTTOMLEFT', MinimapCluster.BorderTop, 'BOTTOMLEFT', 2, 1)
MinimapCluster.Tracking.Background:Hide()
MinimapCluster.TrackingFrame:ClearAllPoints()
MinimapCluster.TrackingFrame:SetPoint('BOTTOMLEFT', MinimapCluster.BorderTop, 'BOTTOMLEFT', 2, 1)
MinimapCluster.TrackingFrame.Background:Hide()

MinimapCluster.IndicatorFrame:ClearAllPoints()
MinimapCluster.IndicatorFrame:SetScale(0.8)
MinimapCluster.IndicatorFrame:SetPoint('LEFT', MinimapCluster.Tracking, 'RIGHT', 3)
MinimapCluster.IndicatorFrame:SetPoint('LEFT', MinimapCluster.TrackingFrame, 'RIGHT', 3)

MinimapCluster.InstanceDifficulty:ClearAllPoints()
MinimapCluster.InstanceDifficulty:SetScale(0.8)
Expand Down
2 changes: 1 addition & 1 deletion SpartanUI.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100205
## Interface: 100206
## Title: Spartan|cffe21f1fUI
## Notes: User Interface combining elegant artwork with well designed features.
## Version: @project-version@
Expand Down
2 changes: 1 addition & 1 deletion SpartanUI_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100205
## Interface: 100206
## Title: Spartan|cffe21f1fUI
## Notes: User Interface combining elegant artwork with well designed features.
## Version: @project-version@
Expand Down

0 comments on commit 19a0de8

Please sign in to comment.