Skip to content

Commit f5884e4

Browse files
committed
image sizing
1 parent 33df514 commit f5884e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ writing a custom node graph framework. It's currently in a work in progress stat
1212
NodeGraphQt is a node graph framework that can be implemented and re purposed into
1313
applications that supports [PySide2](https://doc.qt.io/qtforpython/pysideapi2.html).
1414

15-
![screencap01](/docs/_images/screenshot.png | width=100)
15+
<img src="/docs/_images/screenshot.png" width="100%" title="NodeGraphQt">
1616

1717
#### Navigation
1818

@@ -22,6 +22,8 @@ applications that supports [PySide2](https://doc.qt.io/qtforpython/pysideapi2.ht
2222
| Pan | `Alt + LMB + Drag` or `MMB + Drag` |
2323
| Node search | `Tab` |
2424

25+
#### Properties Bin
26+
<img src="/docs/_images/prop_bin.png" width="600" title="Properties Bin">
2527

2628
#### Example
2729

0 commit comments

Comments
 (0)