Hide window title for calls panel.

This commit is contained in:
John Preston 2020-08-12 20:58:05 +04:00
parent 38b9111bf5
commit 537645c282
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ callSignalMargin: 8px;
callSignalPadding: 4px;
callTitle: WindowTitle(defaultWindowTitle) {
height: 0px;
bg: callBgOpaque;
bgActive: callBgOpaque;
fg: transparent;