1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Fix spacing in titlebar.c

This commit is contained in:
Michael Vetter 2020-01-23 18:48:54 +01:00
parent 08a3f94a89
commit 036389e8c5

View File

@ -175,8 +175,6 @@ title_bar_set_typing(gboolean is_typing)
}
typing = is_typing;
_title_bar_draw();
}