-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix baseline offset for sized widget
Baseline offset is relative to the bottom of a widget. Current code assume that the widget has exacltly the required height. For sized widgets, where there is more vertical space, the baseline is totally wrong. This patch series considers the additional space to adjust the baseline offset. Signed-off-by: Dietmar Maurer <[email protected]>
- Loading branch information
1 parent
d5485ee
commit 8fa6b5a
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters