external tabs as default
This commit is contained in:
parent
68e0ef84d9
commit
731f0deaaf
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.16:
|
||||
*06/04/24:
|
||||
* Use external tabs by default (Simon)
|
||||
- they provide a unique look to fluxbox
|
||||
- backwards compatible with 0.1.14 ("stable")
|
||||
- new users will wonder what they are :)
|
||||
Screen.cc
|
||||
*06/04/23:
|
||||
* Fixed typos in new docs (thanks Semushin Slava)
|
||||
docs/asciidoc/fluxbox.txt
|
||||
|
|
|
@ -287,7 +287,7 @@ BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm,
|
|||
altscrname+".overlay.CapStyle"),
|
||||
scroll_action(rm, "", scrname+".windowScrollAction", altscrname+".WindowScrollAction"),
|
||||
scroll_reverse(rm, false, scrname+".windowScrollReverse", altscrname+".WindowScrollReverse"),
|
||||
default_internal_tabs(rm, true /* TODO: autoconf option? */ , scrname+".tabs.intitlebar", altscrname+".Tabs.InTitlebar") {
|
||||
default_internal_tabs(rm, false /* TODO: autoconf option? */ , scrname+".tabs.intitlebar", altscrname+".Tabs.InTitlebar") {
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue