aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-05-15 12:14:46 -0400
committerBill Traynor <wmat@riscv.org>2023-05-15 12:14:46 -0400
commit44eb865135debaaf8324dae93df977341e197f48 (patch)
tree27aa404ddf3a1eaeecf0312fa4efab07625bb31b
parentc8b325c723959a72b30df4568f6509f4ef42b297 (diff)
downloadriscv-isa-manual-44eb865135debaaf8324dae93df977341e197f48.zip
riscv-isa-manual-44eb865135debaaf8324dae93df977341e197f48.tar.gz
riscv-isa-manual-44eb865135debaaf8324dae93df977341e197f48.tar.bz2
Adjusted row lengths and fonts
Set font size to 24. Set row height to 40 Set margins to 30
-rw-r--r--src/images/bytefield/scounteren.edn8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/images/bytefield/scounteren.edn b/src/images/bytefield/scounteren.edn
index f116343..e179fe9 100644
--- a/src/images/bytefield/scounteren.edn
+++ b/src/images/bytefield/scounteren.edn
@@ -1,10 +1,10 @@
[bytefield]
----
-(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 18}])
-(def row-height 30 )
+(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 24}])
+(def row-height 40 )
(def row-header-fn nil)
-(def left-margin 100)
-(def right-margin 100)
+(def left-margin 30)
+(def right-margin 30)
(def boxes-per-row 32)
(draw-box "31" {:span 3 :borders {}})