Add a menu entry to change column size for last column in novel tree

This commit is contained in:
Veronica Berglyd Olsen
2023-02-10 20:49:47 +01:00
parent fd14c682a9
commit cf742a89c0
2 changed files with 47 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ VALID_MAP = {
"widthCol3", "widthCol4", "wordsPerPage", "countFrom", "clearDouble",
},
"GuiWordList": {"winWidth", "winHeight"},
"GuiNovelView": {"lastCol"},
"GuiNovelView": {"lastCol", "lastColSize"},
}