messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 57408632cd16f653d1a2bd69dcc4b2b7be2d5655
parent d9d10506b4392e7fe3ad4f9a50b1a18de5aae4f3
Author: Jacki <jacki@thejackimonster.de>
Date:   Fri, 11 Oct 2024 02:32:21 +0200

Adjust label weight

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
Mresources/ui/contact_info.ui | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/resources/ui/contact_info.ui b/resources/ui/contact_info.ui @@ -550,6 +550,9 @@ Author: Tobias Frisch <object class="GtkLabel" id="name_label"> <property name="visible">True</property> <property name="can-focus">False</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property>