make internal tabs default
This commit is contained in:
parent
0f9f193444
commit
61b757d872
2 changed files with 2 additions and 2 deletions
|
@ -838,7 +838,7 @@ session.screen0.strftimeFormat: <date>
|
|||
|
||||
session.screen0.tabs.intitlebar: <boolean>
|
||||
This specifies whether tabs should be embedded in the titlebar or placed
|
||||
outside the window. Default: False
|
||||
outside the window. Default: True
|
||||
|
||||
session.screen0.tab.placement: <placement>
|
||||
This specifies where external tabs will appear on the window. Default:
|
||||
|
|
|
@ -327,7 +327,7 @@ BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm,
|
|||
scroll_action(rm, "", scrname+".windowScrollAction", altscrname+".WindowScrollAction"),
|
||||
scroll_reverse(rm, false, scrname+".windowScrollReverse", altscrname+".WindowScrollReverse"),
|
||||
max_over_tabs(rm, false, scrname+".tabs.maxOver", altscrname+".Tabs.MaxOver"),
|
||||
default_internal_tabs(rm, false /* TODO: autoconf option? */ , scrname+".tabs.intitlebar", altscrname+".Tabs.InTitlebar") {
|
||||
default_internal_tabs(rm, true /* TODO: autoconf option? */ , scrname+".tabs.intitlebar", altscrname+".Tabs.InTitlebar") {
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue