norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

Copy Options as Code does not copy 'display top tabs in the title bar non client area' option #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Copy Options as Code and paste to http://www.diffchecker.com/diff original 
text window
2. Uncheck  'Display top tabs in the title bar non client area'
3. Copy Options as Code and paste to http://www.diffchecker.com/diff changed 
text window
4. Result is exactly the same.

Original issue reported on code.google.com by edijsi...@gmail.com on 21 Mar 2014 at 12:22

GoogleCodeExporter commented 9 years ago
Ahh:

type
  TYourForm = class(TChromeTabsGlassForm)

YourForm.ChromeTabs := ChromeTabs1;

Original comment by edijsi...@gmail.com on 23 Mar 2014 at 5:17

GoogleCodeExporter commented 9 years ago
Tested with r57, when I switch the check 'Display top tabs in the title bar non 
client area', there is one difference.

Before:
ChromeTabs1.Options.Display.Tabs.OffsetTop := 0; 

After:
ChromeTabs1.Options.Display.Tabs.OffsetTop := 2; 

Original comment by sx.a...@googlemail.com on 17 May 2014 at 5:00