Skip to content

Commit fafb77b

Browse files
committed
Merge branch 'main' of github.com:ericsnekbytes/python_qt_cookbook
2 parents 4bd6a6a + 4075547 commit fafb77b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,6 @@ way is to just set a minimum width of 1 on the widget:
170170
better_long_label.addWidget(better_long_label)
171171
```
172172

173-
In the example gif above, you can see that the lower window can shrink to less than
174-
the width of the long text, but it stops when it hits the width of the button, which
175-
is because of the button's minimumWidth.
176-
177173
### I want a specific width but don't know what to set for the height, what do I do?
178174

179175
If you have a custom widget that you'd like to resize, but only in one dimension,

0 commit comments

Comments
 (0)