[solved] v17.0 Office 2010 ribbon theme problem |
Post Reply |
Author | |
Marco1
Senior Member Joined: 16 January 2004 Location: Germany Status: Offline Points: 251 |
Post Options
Thanks(0)
Posted: 12 January 2016 at 1:41pm |
There's still a problem with the descenders of ribbon group captions in Office 2010 theme.
See my picture: The "g" of "Editing is cut off (marked red) in your RibbonSample (and in our app as well). ... and the vertical line (marked red) is too long. Should stop in the ribbon part. |
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
The Office 2007 and Windows 7 themes exhibit this problem as well.
- Mark R.
|
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello,
This issue has already been fixed in version 17.1. Regards, Oleksandr Lebed |
|
mrmathis
Senior Member Joined: 17 May 2007 Location: United States Status: Offline Points: 105 |
Post Options
Thanks(0)
|
I'm stuck on 17.0. Can you identify the 17.1 fix? Is it something I could pull back to 17.0 easily?
|
|
--Mike
|
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello mrmathis,
To get right ribbon's group caption heigh you need to change Source/Ribbon/Themes/XTPRibbonThemeResource.cpp in method CXTPRibbonThemeResource::DrawGroup > rcGroupCaptionText.DeflateRect(XTP_DPI_X(2), XTP_DPI_Y(2)); to > rcGroupCaptionText.DeflateRect(XTP_DPI_X(2), 0); For remove excessive side line in Office2010 theme you should change colors in INI files Source/Styles/Office2010/res/BlackTheme.ini Source/Styles/Office2010/res/BlueTheme.ini Source/Styles/Office2010/res/SilverTheme.ini >BorderActive3 set the same as BorderActive2 Then rebuild Source\Styles\Office2010\Office2010.dsw to update Office2010.dll (svn revisions r17534 and r17535) Regards, Oleksandr Lebed |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |