minor layout

This commit is contained in:
Cheng 2022-05-23 16:06:01 +10:00
parent fdfafc1ddd
commit a28cda222c
No known key found for this signature in database
GPG Key ID: D51301E176B31828
15 changed files with 18 additions and 20 deletions

View File

@ -102,7 +102,7 @@ void display_wallet::OnClose(wxCloseEvent& event) {
// and to object to the closing in a "file not saved" type situation.
// https://docs.wxwidgets.org/trunk/classwx_close_event.html
DestroyChildren();
Destroy(); //Default handler will destroy the window. This is our handler for the user calling close,
Destroy(); //Default handler will destroy the window. This is our handler for the user calling close,
// replacing the default handler.'
if (singletonFrame->m_panel ==this)singletonFrame->m_panel = nullptr;

View File

@ -123,7 +123,7 @@ The resulting patricia tree with infix keys is:
style="background-color:#FF9" stroke-width="1.5"
stroke-linecap="round" >
<g font-family="'Times New Roman'" font-size="10" font-weight="400"
fill-rule="evenodd" fill="black" >
fill-rule="evenodd" fill="black" >
<path stroke="#000000" fill="none" d="
M 156,18 c10,60 -121,149 -111,209
M 156,18 c-8,55 70,20 60,69
@ -263,7 +263,7 @@ information from the peer that has the node with more children.
stroke-width="1"
stroke-linecap="round" >
<g font-family="'Times New Roman'" font-size="10"
font-weight="400" fill-rule="evenodd" fill="black" >
font-weight="400" fill-rule="evenodd" fill="black" >
<g id="blockchain_id" >
<ellipse cx="10" cy="240" fill="#0D0" rx="8" ry="5"/>
<text fill="black">

View File

@ -1,7 +1,7 @@
---
# katex
title: Number encoding
...
---
# The problem to be solved
As computers and networks grow, any fixed length fields

View File

@ -91,4 +91,3 @@ public:
};
extern Frame* singletonFrame;

View File

@ -143,4 +143,3 @@ template<> CompileSizedString < (sizeof(scalar) * 8 + 5) / 6>
);
return sz;
}