From 56ae91c78cad0b8e6f4cc4a0e1da9867ff6b02cd Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Mon, 12 Oct 2009 14:06:02 -0500 Subject: [PATCH] Shows classes/weights as a tiered list on the left panel Shows categories/stats as tiered list on the right panel --- WeightsWatcher.xml | 124 +++++++++++++++++++++++++++++++--------------------- config.lua | 77 ++++++++++++++------------------ 2 files changed, 109 insertions(+), 92 deletions(-) diff --git a/WeightsWatcher.xml b/WeightsWatcher.xml index 7a7f888..663b8a5 100644 --- a/WeightsWatcher.xml +++ b/WeightsWatcher.xml @@ -7,17 +7,6 @@ - - @@ -50,7 +39,7 @@ - + @@ -60,6 +49,9 @@ + + + @@ -71,61 +63,39 @@ - - + + - + - + - - - - - - - - - - - - - - - - - + - + @@ -143,7 +113,7 @@ - + @@ -169,6 +139,34 @@ + + + + + + + + + + + + + + + + + + + + + scrollBarUpdate(self, ww_config.leftPanel.scrollContainer, ww_weightFrameTable, 20, 0, 27) + + + FauxScrollFrame_OnVerticalScroll(self, offset, 20, self:GetScript("OnShow")) + + + + @@ -209,6 +207,34 @@ + + + + + + + + + + + + + + + + + + + + + scrollBarUpdate(self, ww_config.rightPanel.scrollContainer, ww_statFrameTable, 20, -30, 26) + + + FauxScrollFrame_OnVerticalScroll(self, offset, 20, self:GetScript("OnShow")) + + + +