Skip to content

Commit

Permalink
Appearance tweak and fixed snaps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed Dec 26, 2024
1 parent 133480a commit f740ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ parts:
- requests==2.31.0
- pillow==10.3.0
- pypdf==4.2.0
- pytube==15.0.0
- youtube-transcript-api==0.6.2
- html2text==2024.2.26
- pydbus==0.6.0
- odfpy==1.4.1
- pyicu==2.14

# Ollama plugin
ollama:
Expand Down
3 changes: 2 additions & 1 deletion src/custom_widgets/message_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ def __init__(self):
super().__init__(
hexpand=True,
child=self.container,
vscrollbar_policy=2
vscrollbar_policy=2,
propagate_natural_width=True
)

def add_file(self, file:attachment):
Expand Down

0 comments on commit f740ce4

Please sign in to comment.