Skip to content

Commit

Permalink
Minor UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Nov 29, 2024
1 parent 1fc7788 commit 078bc3c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
7 changes: 0 additions & 7 deletions LootReserve.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ 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,
Expand Down
4 changes: 2 additions & 2 deletions Windows/ClientWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
</EditBox>
<Frame parentKey="Categories" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
</KeyValues>
<Anchors>
<Anchor point="TOPRIGHT" relativeKey="$parent.Searchbar" relativePoint="BOTTOMRIGHT" x="1" />
Expand All @@ -589,7 +589,7 @@
</Frame>
<Frame parentKey="Loot" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
</KeyValues>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Searchbar" relativePoint="TOPRIGHT" />
Expand Down
4 changes: 2 additions & 2 deletions Windows/ServerImportWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<Frames>
<Frame parentKey="Input" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
</KeyValues>
<Size x="150" />
<Anchors>
Expand Down Expand Up @@ -228,7 +228,7 @@
</Frame>
<Frame parentKey="Columns" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
</KeyValues>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Input" relativePoint="TOPRIGHT" />
Expand Down
4 changes: 2 additions & 2 deletions Windows/ServerLootEditWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
</EditBox>
<Frame parentKey="Categories" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
</KeyValues>
<Anchors>
<Anchor point="TOPRIGHT" relativeKey="$parent.Searchbar" relativePoint="BOTTOMRIGHT" x="1" />
Expand All @@ -708,7 +708,7 @@
</Frame>
<Frame parentKey="Loot" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
</KeyValues>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Searchbar" relativePoint="TOPRIGHT" />
Expand Down
4 changes: 2 additions & 2 deletions Windows/ServerWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
</Button>
<Frame name="LootReserveReserveListTemplate" virtual="true" enableMouse="true" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
<KeyValue key="backdropBorderColor" value="WHITE_FONT_COLOR" type="global" />
<KeyValue key="backdropBorderColorAlpha" value="1" type="number" />
</KeyValues>
Expand Down Expand Up @@ -1198,7 +1198,7 @@
</Button>
<Frame name="LootReserveRollPlaceholderTemplate" virtual="true" enableMouse="true" inherits="LootReserveBackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_5" type="global" />
<KeyValue key="backdropInfo" value="LOOTRESERVE_BACKDROP_BLACK_4" type="global" />
<KeyValue key="backdropBorderColor" value="WHITE_FONT_COLOR" type="global" />
<KeyValue key="backdropBorderColorAlpha" value="1" type="number" />
</KeyValues>
Expand Down

0 comments on commit 078bc3c

Please sign in to comment.