We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133480a commit f740ce4Copy full SHA for f740ce4
snap/snapcraft.yaml
@@ -56,11 +56,11 @@ parts:
56
- requests==2.31.0
57
- pillow==10.3.0
58
- pypdf==4.2.0
59
- - pytube==15.0.0
60
- youtube-transcript-api==0.6.2
61
- html2text==2024.2.26
62
- pydbus==0.6.0
63
- odfpy==1.4.1
+ - pyicu==2.14
64
65
# Ollama plugin
66
ollama:
src/custom_widgets/message_widget.py
@@ -235,7 +235,8 @@ def __init__(self):
235
super().__init__(
236
hexpand=True,
237
child=self.container,
238
- vscrollbar_policy=2
+ vscrollbar_policy=2,
239
+ propagate_natural_width=True
240
)
241
242
def add_file(self, file:attachment):
0 commit comments