From 3b9611b61ddc023225092a85b21867131fb363cc Mon Sep 17 00:00:00 2001 From: Mark Tiefenbruck Date: Sat, 18 Oct 2008 21:40:32 -0700 Subject: increase default size of toolbar and icon buttons --- doc/asciidoc/fluxbox.txt | 4 ++-- doc/fluxbox.1.in | 14 +++++++------- src/IconbarTool.cc | 2 +- src/Toolbar.cc | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 1bb9123..824f7b6 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt @@ -733,7 +733,7 @@ session.screen0.toolbar.visible: session.screen0.toolbar.widthPercent: This resource sets the width percentage of the toolbar on the screen. - Default: 65 + Default: 100 session.screen0.toolbar.tools: This resource specifies the tools plugged into the toolbar. Read the @@ -778,7 +778,7 @@ session.screen0.iconbar.alignment: session.screen0.iconbar.iconWidth: Used to specify the iconbar button width for Left/Right alignment. - Default: 70 + Default: 128 session.screen0.strftimeFormat: This adjusts the way the current time is displayed in the toolbar. The diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 11cea60..cb5f215 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in @@ -1,12 +1,12 @@ .\" Title: fluxbox .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.74.0 -.\" Date: 10/12/2008 +.\" Date: 10/18/2008 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "FLUXBOX" "1" "10/12/2008" "[FIXME: source]" "[FIXME: manual]" +.TH "FLUXBOX" "1" "10/18/2008" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * (re)Define some macros .\" ----------------------------------------------------------------- @@ -1673,7 +1673,7 @@ session\&.screen0\&.toolbar\&.visible: session\&.screen0\&.toolbar\&.widthPercent: This resource sets the width percentage of the toolbar on the screen\&. - Default: 65 + Default: 100 session\&.screen0\&.toolbar\&.tools: This resource specifies the tools plugged into the toolbar\&. Read the @@ -1718,7 +1718,7 @@ session\&.screen0\&.iconbar\&.alignment: session\&.screen0\&.iconbar\&.iconWidth: Used to specify the iconbar button width for Left/Right alignment\&. - Default: 70 + Default: 128 session\&.screen0\&.strftimeFormat: This adjusts the way the current time is displayed in the toolbar\&. The @@ -2731,9 +2731,9 @@ fluxbox is written and maintained by Henrik Kinnunen , S .sp Blackbox was written and maintained by Brad Hughes and Jeff Raven \&. .sp -The Official fluxbox website: http://www\&.fluxbox\&.org +The Official fluxbox website: \m[blue]\fBhttp://www\&.fluxbox\&.org\fR\m[] .sp -Many compatible themes: \- http://boxwhore\&.org \- http://themes\&.freshmeat\&.net/ +Many compatible themes: \- \m[blue]\fBhttp://boxwhore\&.org\fR\m[] \- \m[blue]\fBhttp://themes\&.freshmeat\&.net/\fR\m[] .sp This manpage is the combined work of: .sp @@ -2804,7 +2804,7 @@ Numerous other languages could be available if someone jumps in\&. .RE .SH "BUGS" .sp -If you find any bugs, please visit the #fluxbox irc channel on irc\&.freenode\&.net or submit them to the bug tracker at http://sf\&.net/projects/fluxbox \&. Or you may subscribe to one of the mailinglists\&. More information can be found on the official website\&. +If you find any bugs, please visit the #fluxbox irc channel on irc\&.freenode\&.net or submit them to the bug tracker at \m[blue]\fBhttp://sf\&.net/projects/fluxbox\fR\m[] \&. Or you may subscribe to one of the mailinglists\&. More information can be found on the official website\&. .SH "SEE ALSO" .sp fluxbox\-keys(5) bsetroot(1) fbsetbg(1) fbrun(1) fluxstyle(1) diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 6678d1d..03cadec 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc @@ -260,7 +260,7 @@ IconbarTool::IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, screen.name() + ".iconbar.mode", screen.altName() + ".Iconbar.Mode"), m_rc_alignment(screen.resourceManager(), FbTk::Container::RELATIVE, screen.name() + ".iconbar.alignment", screen.altName() + ".Iconbar.Alignment"), - m_rc_client_width(screen.resourceManager(), 70, + m_rc_client_width(screen.resourceManager(), 128, screen.name() + ".iconbar.iconWidth", screen.altName() + ".Iconbar.IconWidth"), m_rc_client_padding(screen.resourceManager(), 10, screen.name() + ".iconbar.iconTextPadding", screen.altName() + ".Iconbar.IconTextPadding"), diff --git a/src/Toolbar.cc b/src/Toolbar.cc index f23e124..96d2701 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc @@ -232,7 +232,7 @@ Toolbar::Toolbar(BScreen &scrn, FbTk::XLayer &layer, size_t width): m_rc_maximize_over(scrn.resourceManager(), false, scrn.name() + ".toolbar.maxOver", scrn.altName() + ".Toolbar.MaxOver"), m_rc_visible(scrn.resourceManager(), true, scrn.name() + ".toolbar.visible", scrn.altName() + ".Toolbar.Visible"), - m_rc_width_percent(scrn.resourceManager(), 66, + m_rc_width_percent(scrn.resourceManager(), 100, scrn.name() + ".toolbar.widthPercent", scrn.altName() + ".Toolbar.WidthPercent"), m_rc_alpha(scrn.resourceManager(), 255, scrn.name() + ".toolbar.alpha", scrn.altName() + ".Toolbar.Alpha"), -- cgit v0.11.2