diff options
author | Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> | 2016-02-11 19:35:10 (GMT) |
---|---|---|
committer | Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> | 2016-02-28 13:55:36 (GMT) |
commit | 53de872163d61c87fa8128767ebbc218599f3835 (patch) | |
tree | 582749e335f9acfcbc29e3aa0887eb4960a32829 /src/FbTk/Container.cc | |
parent | 22866c4d30f5b289c429c5ca88d800200db4fc4f (diff) | |
download | fluxbox-53de872163d61c87fa8128767ebbc218599f3835.zip fluxbox-53de872163d61c87fa8128767ebbc218599f3835.tar.bz2 |
Mixed relative and absolute values for apps
Allow setting relative value for x and y or width and height separately in
the apps configuration file. This makes these settings compatible with ones
available in the keys file.
Previous buggy behavior:
If someone has specified, e.g. "[Dimensions] {50% 100}" it was parsed as
"{50% 100%}" not as "{50% 100px}" which was inconsistent with the "keys"
configuration file.
From now on it is possible to write something like this:
[app]
[Position] (RIGHT) {50% 0}
[Dimensions] {300 100%}
[end]
Signed-off-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
Diffstat (limited to 'src/FbTk/Container.cc')
0 files changed, 0 insertions, 0 deletions