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 { div#header_free_bar.app-drag-region.resize_space {
margin-top: 4px; margin-top: 4px;
padding-top: 0;
height: calc(100% - 4px); height: calc(100% - 4px);
} }
#web_download_button { #web_download_button {

View File

@ -285,10 +285,8 @@ function setupInterface() {
window.addEventListener('orientationchange', () => { window.addEventListener('orientationchange', () => {
setTimeout(resizeWindow, 100) setTimeout(resizeWindow, 100)
}); });
$('.context_handler').on('click', function() { setProjectTitle()
$(this).addClass('ctx')
})
Interface.text_edit_menu = new Menu([ Interface.text_edit_menu = new Menu([
{ {