![]() |
[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)
Quote Reply
Topic: [solved] v17.0 Office 2010 ribbon theme problemPosted: 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)
Quote Reply
Posted: 12 January 2016 at 3:42pm |
|
The Office 2007 and Windows 7 themes exhibit this problem as well.
- Mark R.
|
|
![]() |
|
olebed
Senior Member
Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 March 2016 at 7:21am |
|
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)
Quote Reply
Posted: 04 May 2016 at 2:27pm |
|
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
Senior Member
Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 May 2016 at 3:18pm |
|
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 |