Skip to content

Commit

Permalink
fix: align images in notification center at top
Browse files Browse the repository at this point in the history
Set the images in notifications in the notification center to be top
aligned, instead of vertically centered.

Closes phuhl#119.
  • Loading branch information
d3adb5 committed Jul 22, 2023
1 parent 7dd3f0a commit 80c4031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notification_in_center.glade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<object class="GtkAdjustment" id="adjustment1">
Expand All @@ -14,7 +14,7 @@
<object class="GtkImage" id="img_img">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">center</property>
<property name="valign">start</property>
<property name="margin-start">10</property>
<property name="icon_size">0</property>
<style>
Expand Down

0 comments on commit 80c4031

Please sign in to comment.