Skip to content

Commit

Permalink
make stuff fit
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jun 25, 2024
1 parent 1db8803 commit 6c48fc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/ui/notecontentview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<object class="GtkOverlay">
<child>
<object class="HeContentBlockImage" id="image">
<property name="height-request">160</property>
<property name="height-request">182</property>
<property name="width-request">450</property>
<property name="rounded">0</property>
</object>
Expand Down
6 changes: 4 additions & 2 deletions data/ui/trashcontentview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
<child>
<object class="GtkOverlay">
<child>
<object class="NotejotNotePicture" id="image">
<property name="height-request">160</property>
<object class="HeContentBlockImage" id="image">
<property name="height-request">182</property>
<property name="width-request">450</property>
<property name="rounded">0</property>
</object>
</child>
<child type="overlay">
Expand Down

0 comments on commit 6c48fc6

Please sign in to comment.