Client: Add ability to block rows/columns in print

Also fixed some issues with drawing the border
This commit is contained in:
Donkie
2023-08-02 21:55:46 +02:00
parent 437213c7d4
commit d7ccd24257
3 changed files with 182 additions and 15 deletions

View File

@@ -67,6 +67,10 @@
"marginRight": "Right Margin",
"marginTop": "Top Margin",
"marginBottom": "Bottom Margin",
"blockRowsTop": "Block Rows Top",
"blockRowsBottom": "Block Rows Bottom",
"blockColumnsLeft": "Block Columns Left",
"blockColumnsRight": "Block Columns Right",
"borders": {
"none": "None",
"border": "Border",

View File

@@ -67,6 +67,10 @@
"marginRight": "Marginal - höger",
"marginTop": "Marginal - topp",
"marginBottom": "Marginal - botten",
"blockRowsTop": "Blockera rader - topp",
"blockRowsBottom": "Blockera rader - botten",
"blockColumnsLeft": "Blockera kolumner - vänster",
"blockColumnsRight": "Blockera kolumner - höger",
"borders": {
"none": "Ingen",
"border": "Ram",