minor layout
This commit is contained in:
parent
fdfafc1ddd
commit
a28cda222c
@ -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;
|
||||
|
||||
|
@ -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">
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# katex
|
||||
title: Number encoding
|
||||
...
|
||||
---
|
||||
# The problem to be solved
|
||||
|
||||
As computers and networks grow, any fixed length fields
|
||||
|
@ -143,4 +143,3 @@ template<> CompileSizedString < (sizeof(scalar) * 8 + 5) / 6>
|
||||
);
|
||||
return sz;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user