Skip to content

Commit

Permalink
Adjust options/about
Browse files Browse the repository at this point in the history
  • Loading branch information
clint.banzhaf authored and clint.banzhaf committed Sep 15, 2018
1 parent 87027d8 commit 025b058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Meridian59.Ogre.Client/UIOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ namespace Meridian59 { namespace Ogre
TabAboutTabGeneralDistributors->setText(
"Server 103 | US | openmeridian.org"););
#else
TabAboutTabGeneralDistributors->setText(
"Unknown Distributor (Custom Version)");
TabAboutTabGeneralDistributors->setText("Unknown Distributor\nCustom Version");
TabAboutTabGeneralDistributors->setProperty(UI_PROPNAME_NORMALTEXTCOLOUR, UI_COLOR_RED);
#endif

/******************************************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion Resources/ui/layouts/Meridian59.layout
Original file line number Diff line number Diff line change
Expand Up @@ -4366,7 +4366,7 @@
</Window>

<!-- Distributors -->
<Window type="TaharezLook/LabelWhite" name="Options.TabAbout.TabGeneral.Distributors" >
<Window type="TaharezLook/Label" name="Options.TabAbout.TabGeneral.Distributors" >
<Property name="Area" value="{{0,10},{0,275},{1,-10},{0,315}}" />
<Property name="HorzFormatting" value="WordWrapLeftAligned" />
<Property name="VertFormatting" value="TopAligned" />
Expand Down

0 comments on commit 025b058

Please sign in to comment.