mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
changed some text colors
This commit is contained in:
parent
fde69d0c87
commit
ba0acd4056
4 changed files with 8 additions and 12 deletions
|
@ -44,11 +44,6 @@ namespace MWGui
|
||||||
|
|
||||||
mCancelButton->eventMouseButtonClick += MyGUI::newDelegate(this, &SpellBuyingWindow::onCancelButtonClicked);
|
mCancelButton->eventMouseButtonClick += MyGUI::newDelegate(this, &SpellBuyingWindow::onCancelButtonClicked);
|
||||||
|
|
||||||
int cancelButtonWidth = mCancelButton->getTextSize().width + 24;
|
|
||||||
mCancelButton->setCoord(430-cancelButtonWidth,
|
|
||||||
mCancelButton->getTop(),
|
|
||||||
cancelButtonWidth,
|
|
||||||
mCancelButton->getHeight());
|
|
||||||
mSpells->setCoord(450/2-mSpells->getTextSize().width/2,
|
mSpells->setCoord(450/2-mSpells->getTextSize().width/2,
|
||||||
mSpells->getTop(),
|
mSpells->getTop(),
|
||||||
mSpells->getTextSize().width,
|
mSpells->getTextSize().width,
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<Child type="Widget" skin="BTN_BottomRight" offset="132 20 4 4" align="ALIGN_BOTTOM ALIGN_RIGHT"/>
|
<Child type="Widget" skin="BTN_BottomRight" offset="132 20 4 4" align="ALIGN_BOTTOM ALIGN_RIGHT"/>
|
||||||
|
|
||||||
<BasisSkin type="SimpleText" offset="4 4 128 16" align="ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset="4 4 128 16" align="ALIGN_STRETCH">
|
||||||
<State name="disabled" colour="0.5 0.5 0.5" shift="0"/>
|
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
|
||||||
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
||||||
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
||||||
<State name="pushed" colour="1 1 1" shift="0"/>
|
<State name="pushed" colour="1 1 1" shift="0"/>
|
||||||
|
|
|
@ -24,7 +24,8 @@
|
||||||
<Widget type="TextBox" skin="SandText" position="8 255 24 24" name="PlayerGold" align="Right Top">
|
<Widget type="TextBox" skin="SandText" position="8 255 24 24" name="PlayerGold" align="Right Top">
|
||||||
<Property key="TextAlign" value="Right"/>
|
<Property key="TextAlign" value="Right"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="Button" skin="MW_Button" position="290 260 60 24" name="CancelButton" align="Right Top">
|
<Widget type="AutoSizedButton" skin="MW_Button" position="375 260 60 24" name="CancelButton" align="Right Top">
|
||||||
|
<Property key="ExpandDirection" value="Left"/>
|
||||||
<Property key="Caption" value="#{sOK}"/>
|
<Property key="Caption" value="#{sOK}"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<Property key="FontName" value = "Default" />
|
<Property key="FontName" value = "Default" />
|
||||||
<Property key="TextAlign" value = "Top HCenter" />
|
<Property key="TextAlign" value = "Top HCenter" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
||||||
<State name="disabled" colour="0.5 0.5 0.5" shift="0"/>
|
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
|
||||||
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
||||||
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
||||||
<State name="pushed" colour="1 1 1" shift="0"/>
|
<State name="pushed" colour="1 1 1" shift="0"/>
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
<Property key="FontName" value = "Default" />
|
<Property key="FontName" value = "Default" />
|
||||||
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
||||||
<State name="disabled" colour="0.5 0.5 0.5" shift="0"/>
|
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
|
||||||
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
||||||
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
||||||
<State name="pushed" colour="1 1 1" shift="0"/>
|
<State name="pushed" colour="1 1 1" shift="0"/>
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
<Property key="FontName" value = "Default" />
|
<Property key="FontName" value = "Default" />
|
||||||
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
||||||
<State name="disabled" colour="0.5 0.5 0.5" shift="0"/>
|
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
|
||||||
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
<State name="normal" colour="0.75 0.6 0.35" shift="0"/>
|
||||||
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
||||||
<State name="pushed" colour="1 1 1" shift="0"/>
|
<State name="pushed" colour="1 1 1" shift="0"/>
|
||||||
|
@ -126,8 +126,8 @@
|
||||||
<Property key="FontName" value = "Default" />
|
<Property key="FontName" value = "Default" />
|
||||||
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH">
|
||||||
<State name="disabled" colour="0.5 0.5 0.5" shift="0"/>
|
<State name="disabled" colour="0.6 0.56 0.45" shift="0"/>
|
||||||
<State name="normal" colour="0.5 0.5 0.5" shift="0"/>
|
<State name="normal" colour="0.6 0.56 0.45" shift="0"/>
|
||||||
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
<State name="highlighted" colour="0.85 0.76 0.60" shift="0"/>
|
||||||
<State name="pushed" colour="1 1 1" shift="0"/>
|
<State name="pushed" colour="1 1 1" shift="0"/>
|
||||||
<State name="disabled_checked" colour="0.33 0.38 0.67" shift="0"/>
|
<State name="disabled_checked" colour="0.33 0.38 0.67" shift="0"/>
|
||||||
|
|
Loading…
Reference in a new issue