From e12ec7470e264d8f73ad11f8e9ef0f86cb03e156 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Wed, 25 Nov 2009 18:47:31 -0600 Subject: [PATCH] Converted the rest of the dropdowns to use the labeled frame template --- config.xml | 118 +++++++++++++++++++----------------------------------------- 1 file changed, 36 insertions(+), 82 deletions(-) diff --git a/config.xml b/config.xml index 52a729c..cefb9c8 100644 --- a/config.xml +++ b/config.xml @@ -103,24 +103,13 @@ - - - - - - - - - - - - - - - + + + + @@ -145,6 +134,11 @@ + + + self.label:SetText("Maximum Ideal Gem Quality:") + + @@ -281,61 +275,6 @@ - - - - - - - - - - - - - - - @@ -434,24 +373,39 @@ - + - UIDropDownMenu_JustifyText(self, "LEFT") + self.label:SetText("Show class names:") - - UIDropDownMenu_Initialize(self, ShowClassNameDropDownInitialize) - UIDropDownMenu_SetSelectedValue(self, ww_vars.options.tooltip.showClassNames) - - + -- 1.7.9.5