diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2021-07-06 22:56:26 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2021-07-06 22:56:26 (GMT) |
commit | b0663bc167f34b9796f98406329317f7bee15b00 (patch) | |
tree | 24e59202b08ab96d7539f56d14aeb15617739658 /doc | |
parent | f76720d918d1a2c72811a6ec5b3a1fc4b52f768c (diff) | |
download | fluxbox-b0663bc167f34b9796f98406329317f7bee15b00.zip fluxbox-b0663bc167f34b9796f98406329317f7bee15b00.tar.bz2 |
Patch from Bo Simonsen.
Max size per client (setMaxSizePerClient) was computed for
iconbar.alignment = Relative not taking into account that a fixed size
can be given when iconbar.alignment = Left/Right.
In a "recent" change, relative alignment was changed, to better handle
items with long titles. This is breaking existing behavior, the new
behavior is (with this commit) now denoted RelativeSmart.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fluxbox.1.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 90c69fd..8d0c1b8 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -1201,6 +1201,11 @@ All icons will be left\-aligned with the width set in the \(oqinit\(cq file | |||
1201 | All icons will be sized evenly to fill the iconbar completely | 1201 | All icons will be sized evenly to fill the iconbar completely |
1202 | .RE | 1202 | .RE |
1203 | .PP | 1203 | .PP |
1204 | \fBRelativeSmart\fR: | ||
1205 | .RS 4 | ||
1206 | All icons will initially be sized evenly, but icons with long titles will be larger | ||
1207 | .RE | ||
1208 | .PP | ||
1204 | \fBRight\fR: | 1209 | \fBRight\fR: |
1205 | .RS 4 | 1210 | .RS 4 |
1206 | All icons will be right\-aligned with the width set in the \(oqinit\(cq file | 1211 | All icons will be right\-aligned with the width set in the \(oqinit\(cq file |