Fix window frame title issues

This commit is contained in:
JannisX11 2021-08-18 19:12:34 +02:00
parent 74f578d3c8
commit 8abb123bfc
2 changed files with 3 additions and 4 deletions

View File

@ -221,6 +221,7 @@
}
div#header_free_bar.app-drag-region.resize_space {
margin-top: 4px;
padding-top: 0;
height: calc(100% - 4px);
}
#web_download_button {

View File

@ -286,9 +286,7 @@ function setupInterface() {
setTimeout(resizeWindow, 100)
});
$('.context_handler').on('click', function() {
$(this).addClass('ctx')
})
setProjectTitle()
Interface.text_edit_menu = new Menu([
{