Skip to content

Commit

Permalink
4.4.1 (57916)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent 9b72dcb commit 7581b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ local l10nTable = {
ruRU = {
localize = function()
--Adjust text widths for long Russian words
PetJournalHealPetButtonSpellName:SetWidth(90);
if (PetJournalHealPetButtonSpellName) then
PetJournalHealPetButtonSpellName:SetWidth(90);
end
end,
},
zhCN = {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function RaidProfilesMixin:OnLoad()
SettingsDropdownControlMixin.OnLoad(self);

self.NewButton:ClearAllPoints();
self.NewButton:SetPoint("TOPRIGHT", self.Control.Dropdown.Button, "BOTTOM");
self.NewButton:SetPoint("TOPRIGHT", self.Control.Dropdown, "BOTTOM");

self.DeleteButton:ClearAllPoints();
self.DeleteButton:SetPoint("TOPLEFT", self.NewButton, "TOPRIGHT", -10);
Expand Down

0 comments on commit 7581b99

Please sign in to comment.