diff --git a/ui/details.ui b/ui/details.ui index b29a88db..3371433a 100644 --- a/ui/details.ui +++ b/ui/details.ui @@ -819,6 +819,8 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="wrap_mode">word</property> + <property name="left_margin">2</property> + <property name="right_margin">2</property> </object> </child> </object> diff --git a/ui/snapshots.ui b/ui/snapshots.ui index 2dddb7b6..86094e0d 100644 --- a/ui/snapshots.ui +++ b/ui/snapshots.ui @@ -393,6 +393,8 @@ <object class="GtkTextView" id="snapshot-description"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="left_margin">2</property> + <property name="right_margin">2</property> </object> </child> </object>