Skip to content

Commit f740ce4

Browse files
committed
Appearance tweak and fixed snaps dependencies
1 parent 133480a commit f740ce4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ parts:
5656
- requests==2.31.0
5757
- pillow==10.3.0
5858
- pypdf==4.2.0
59-
- pytube==15.0.0
6059
- youtube-transcript-api==0.6.2
6160
- html2text==2024.2.26
6261
- pydbus==0.6.0
6362
- odfpy==1.4.1
63+
- pyicu==2.14
6464

6565
# Ollama plugin
6666
ollama:

src/custom_widgets/message_widget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ def __init__(self):
235235
super().__init__(
236236
hexpand=True,
237237
child=self.container,
238-
vscrollbar_policy=2
238+
vscrollbar_policy=2,
239+
propagate_natural_width=True
239240
)
240241

241242
def add_file(self, file:attachment):

0 commit comments

Comments
 (0)