Skip to content

Commit 8a41591

Browse files
committed
Updated Defaults
1 parent ac2fc0e commit 8a41591

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Core/Defaults.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ UUF.Defaults = {
227227
Frame = {
228228
Width = 244,
229229
Height = 42,
230-
MatchFrameWidth = true,
231230
XPosition = 425.1,
232231
YPosition = -275.1,
233232
AnchorFrom = "CENTER",
@@ -258,6 +257,7 @@ UUF.Defaults = {
258257
FGColour = {128/255, 128/255, 255/255, 1},
259258
BGColour = {26/255, 26/255, 26/255, 1},
260259
NotInterruptibleColour = {255/255, 64/255, 64/255, 1},
260+
MatchFrameWidth = true,
261261
Text = {
262262
SpellName = {
263263
Enabled = true,
@@ -577,6 +577,7 @@ UUF.Defaults = {
577577
FGColour = {128/255, 128/255, 255/255, 1},
578578
BGColour = {26/255, 26/255, 26/255, 1},
579579
NotInterruptibleColour = {255/255, 64/255, 64/255, 1},
580+
MatchFrameWidth = true,
580581
Text = {
581582
SpellName = {
582583
Enabled = true,

0 commit comments

Comments
 (0)