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 /nls | |
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 'nls')
-rw-r--r-- | nls/fluxbox-nls.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 82f10d1..e614525 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -27,6 +27,7 @@ enum { | |||
27 | AlignCenter = 18, | 27 | AlignCenter = 18, |
28 | AlignTop = 19, | 28 | AlignTop = 19, |
29 | AlignBottom = 20, | 29 | AlignBottom = 20, |
30 | AlignRelativeSmart = 21, | ||
30 | 31 | ||
31 | BaseDisplaySet = 2, | 32 | BaseDisplaySet = 2, |
32 | BaseDisplayAborting = 1, | 33 | BaseDisplayAborting = 1, |