Progress on removing UI decorations from chat windows. Only one border left

This commit is contained in:
Isuldor
2019-03-22 17:34:10 -07:00
parent e3bc361ed3
commit d59348c123
6 changed files with 135 additions and 22 deletions
+12 -3
View File
@@ -1,11 +1,11 @@
--- /mnt/d/EverQuest/uifiles/default/EQUI_ChatWindow.xml 2019-03-12 13:58:42.000000000 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_ChatWindow.xml 2019-03-16 20:27:11.624383600 -0700
+++ /mnt/d/EverQuest/uifiles/isuldor/EQUI_ChatWindow.xml 2019-03-22 17:11:42.695289600 -0700
@@ -3,7 +3,7 @@
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Editbox item="CW_ChatInput">
<ScreenID>CW_ChatInput</ScreenID>
- <DrawTemplate>WDT_Inner</DrawTemplate>
+ <DrawTemplate>WDT_InnerNull</DrawTemplate>
+ <DrawTemplate>WDT_Inner_Null</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
@@ -14,7 +14,16 @@
<STMLbox item="CW_ChatOutput">
<ScreenID>CW_ChatOutput</ScreenID>
- <DrawTemplate>WDT_Inner</DrawTemplate>
++ <DrawTemplate>WDT_InnerNull</DrawTemplate>
+ <DrawTemplate>WDT_Inner_Null</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_VScroll>true</Style_VScroll>
<AutoStretch>true</AutoStretch>
@@ -41,7 +41,7 @@
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Def2</DrawTemplate>
- <Style_Border>true</Style_Border>
+ <Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Escapable>false</Escapable>
<Pieces>CW_ChatOutput</Pieces>