Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
A__NET_REQUEST_FRAME_EXTENTS: use render_font_height()
Browse files Browse the repository at this point in the history
  • Loading branch information
orestisfl committed Apr 4, 2018
1 parent bc760c2 commit 393412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers.c
Expand Up @@ -820,7 +820,7 @@ static void handle_client_message(xcb_client_message_event_t *event) {
Rect r = {
config.default_border_width, /* left */
config.default_border_width, /* right */
config.font.height + 5, /* top */
render_deco_height(), /* top */
config.default_border_width /* bottom */
};
xcb_change_property(
Expand Down

0 comments on commit 393412a

Please sign in to comment.