making dialogs wider to accompany deeper hierarchies. Recent changes now display full path of the note

This commit is contained in:
azivner
2017-10-11 19:41:45 -04:00
parent a363b43c2b
commit 4a4228cd03
5 changed files with 13 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ function showRecentNotes() {
$("#recent-notes-dialog").dialog({
modal: true,
width: 500
width: 800
});
let recentNotesSelectBox = $('#recent-notes-select-box');