Mercurial > wow > cyborg-mmo7
comparison OptionPage.xml @ 55:72adde883f46
Removed the "Defaults" button from the option page. It was no longer visible following addition of the prefix anyway.
Plugged the built-in "Defaults" button of the interface options dialog to what the custom button was previously doing.
author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
---|---|
date | Fri, 03 May 2013 23:24:26 +0000 |
parents | c9706291c141 |
children | 5ca5fe6b0871 |
comparison
equal
deleted
inserted
replaced
54:c9706291c141 | 55:72adde883f46 |
---|---|
347 CyborgMMO_SetPerSpecBindings(false) | 347 CyborgMMO_SetPerSpecBindings(false) |
348 end | 348 end |
349 </OnClick> | 349 </OnClick> |
350 </Scripts> | 350 </Scripts> |
351 </CheckButton> | 351 </CheckButton> |
352 | |
353 <Button name="$parentSetDefaults" inherits="CyborgMMO_TemplateButton"> | |
354 <Size><AbsDimension x="150" y="28"/></Size> | |
355 <Anchors> | |
356 <Anchor point="TOPLEFT" relativeTo="PerSpecBindings"> | |
357 <Offset><AbsDimension x="431" y="-20"/></Offset> | |
358 </Anchor> | |
359 </Anchors> | |
360 <Scripts> | |
361 <OnLoad> | |
362 CyborgMMO_LoadStrings(getglobal(self:GetName())) | |
363 </OnLoad> | |
364 <OnClick> | |
365 CyborgMMO_SetDefaultSettings() | |
366 </OnClick> | |
367 </Scripts> | |
368 </Button> | |
369 | 352 |
370 <Frame name="$parentRebind" inherits="CyborgMMO_MouseRebind"> | 353 <Frame name="$parentRebind" inherits="CyborgMMO_MouseRebind"> |
371 <Size><AbsDimension x="45" y="60"/></Size> | 354 <Size><AbsDimension x="45" y="60"/></Size> |
372 <Anchors> | 355 <Anchors> |
373 <Anchor point="TOPLEFT" relativeTo="$parentTitle"> | 356 <Anchor point="TOPLEFT" relativeTo="$parentTitle"> |