[nautilus/wip/oholy/encrypted-archives: 1/6] compress-dialog: Make the Archive name label bold




commit 4bf12736efdc93cfecd51b106089ea8cbfd2b738
Author: Ondrej Holy <oholy redhat com>
Date:   Mon Jun 21 11:37:31 2021 +0200

    compress-dialog: Make the Archive name label bold
    
    The "Archive name" label is not bold currently. Let's make it bold
    as a per the mockup for the encrypted archives support.
    
    https://gitlab.gnome.org/GNOME/nautilus/-/issues/822

 src/resources/ui/nautilus-compress-dialog.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/resources/ui/nautilus-compress-dialog.ui b/src/resources/ui/nautilus-compress-dialog.ui
index 526e9eed2..ba7ce4e29 100644
--- a/src/resources/ui/nautilus-compress-dialog.ui
+++ b/src/resources/ui/nautilus-compress-dialog.ui
@@ -22,6 +22,9 @@
             <property name="label" translatable="yes">Archive name</property>
             <property name="visible">True</property>
             <property name="xalign">0</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
           </object>
           <packing>
             <property name="expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]