[Orxonox-commit 7187] r11804 - code/branches/cegui0.8_ogre1.9/data/gui/layouts

landauf at orxonox.net landauf at orxonox.net
Sat Feb 24 02:21:24 CET 2018


Author: landauf
Date: 2018-02-24 02:21:24 +0100 (Sat, 24 Feb 2018)
New Revision: 11804

Modified:
   code/branches/cegui0.8_ogre1.9/data/gui/layouts/DecisionPopup.layout
   code/branches/cegui0.8_ogre1.9/data/gui/layouts/InfoPopup.layout
Log:
fixed another alignment issue

Modified: code/branches/cegui0.8_ogre1.9/data/gui/layouts/DecisionPopup.layout
===================================================================
--- code/branches/cegui0.8_ogre1.9/data/gui/layouts/DecisionPopup.layout	2018-02-24 00:51:31 UTC (rev 11803)
+++ code/branches/cegui0.8_ogre1.9/data/gui/layouts/DecisionPopup.layout	2018-02-24 01:21:24 UTC (rev 11804)
@@ -26,7 +26,7 @@
             </Window>
             <Window name="DecisionPopup_text" type="MenuWidgets/StaticText">
                 <Property name="Text" value="Template text" />
-                <Property name="HorzFormatting" value="WordWrapCentred" />
+                <Property name="HorzFormatting" value="WordWrapCentreAligned" />
                 <Property name="MaxSize" value="{{1,0},{1,0}}" />
                 <Property name="Area" value="{{0.25,0},{0.4375,0},{0.75,0},{0.5375,0}}" />
                 <Property name="InheritsAlpha" value="False" />

Modified: code/branches/cegui0.8_ogre1.9/data/gui/layouts/InfoPopup.layout
===================================================================
--- code/branches/cegui0.8_ogre1.9/data/gui/layouts/InfoPopup.layout	2018-02-24 00:51:31 UTC (rev 11803)
+++ code/branches/cegui0.8_ogre1.9/data/gui/layouts/InfoPopup.layout	2018-02-24 01:21:24 UTC (rev 11804)
@@ -19,7 +19,7 @@
             <Window name="InfoPopup_text" type="MenuWidgets/StaticText">
                 <Property name="Text" value="Template text" />
                 <Property name="TextColours" value="FF4444FF" />
-                <Property name="HorzFormatting" value="WordWrapCentred" />
+                <Property name="HorzFormatting" value="WordWrapCentreAligned" />
                 <Property name="MaxSize" value="{{1,0},{1,0}}" />
                 <Property name="Area" value="{{0.25,0},{0.375,0},{0.75,0},{0.475,0}}" />
                 <Property name="InheritsAlpha" value="False" />



More information about the Orxonox-commit mailing list