From 87ca72169041de4c6ff375334037007e12ff9417 Mon Sep 17 00:00:00 2001 From: Anonomit Date: Sat, 23 Nov 2024 14:24:58 -0500 Subject: [PATCH] Fix some xml stuff --- LootReserve.lua | 13 +++++++++++++ Windows/ClientWindow.xml | 18 +++--------------- Windows/RollRequestWindow.xml | 19 ++++++++++++------- Windows/ServerImportWindow.xml | 12 ++---------- Windows/ServerLootEditWindow.xml | 18 +++--------------- Windows/ServerWindow.xml | 22 ++++++++-------------- 6 files changed, 41 insertions(+), 61 deletions(-) diff --git a/LootReserve.lua b/LootReserve.lua index 0a515af..b09e98f 100644 --- a/LootReserve.lua +++ b/LootReserve.lua @@ -62,6 +62,19 @@ LOOTRESERVE_BACKDROP_BLACK_4 = edgeSize = 16, insets = { left = 4, right = 4, top = 4, bottom = 4 }, }; +LOOTRESERVE_BACKDROP_BLACK_5 = +{ + bgFile = "Interface\\DialogFrame\\UI-DialogBox-Background", + edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border", + edgeSize = 16, + insets = { left = 5, right = 5, top = 5, bottom = 5 }, +}; +LOOTRESERVE_BACKDROP_TOOLTIP_0_16 = { + edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border", + edgeSize = 16, + tileEdge = true, +}; + SLASH_LOOTRESERVE1 = "/lootreserve"; SLASH_LOOTRESERVE2 = "/reserve"; diff --git a/Windows/ClientWindow.xml b/Windows/ClientWindow.xml index 744e3e3..a3adab3 100644 --- a/Windows/ClientWindow.xml +++ b/Windows/ClientWindow.xml @@ -132,15 +132,11 @@ - + - - - - @@ -576,16 +572,12 @@ - + - - - - @@ -597,16 +589,12 @@ - + - - - - diff --git a/Windows/RollRequestWindow.xml b/Windows/RollRequestWindow.xml index 2ba658a..ce87d1f 100644 --- a/Windows/RollRequestWindow.xml +++ b/Windows/RollRequestWindow.xml @@ -8,10 +8,6 @@ - - - - @@ -118,6 +114,9 @@ + + self.PassedIcon:Disable(); + LootReserve.Client:RespondToRollRequest(self.rollMax); self:Disable(); @@ -138,7 +137,7 @@ -