[seahorse/wip/nielsdg/tweak-new-item-labels] KeyManager: scale down "new item" subtitles



commit f4c9680442a0effffd47419353f57b20a97a3053
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Jan 8 19:18:01 2019 +0100

    KeyManager: scale down "new item" subtitles
    
    This makes the "New Item"-menu resemble the mockups a bit more.

 src/seahorse-key-manager.ui | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/src/seahorse-key-manager.ui b/src/seahorse-key-manager.ui
index 325e236a..8b0f1f82 100644
--- a/src/seahorse-key-manager.ui
+++ b/src/seahorse-key-manager.ui
@@ -94,6 +94,9 @@
                         <property name="visible">True</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Used to access other computers</property>
+                        <attributes>
+                          <attribute name="scale" value="0.8"/>
+                        </attributes>
                         <style>
                           <class name="dim-label"/>
                         </style>
@@ -125,6 +128,9 @@
                         <property name="visible">True</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Used to encrypt email and files</property>
+                        <attributes>
+                          <attribute name="scale" value="0.8"/>
+                        </attributes>
                         <style>
                           <class name="dim-label"/>
                         </style>
@@ -156,6 +162,9 @@
                         <property name="visible">True</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Used to store application and network 
passwords</property>
+                        <attributes>
+                          <attribute name="scale" value="0.8"/>
+                        </attributes>
                         <style>
                           <class name="dim-label"/>
                         </style>
@@ -187,6 +196,9 @@
                         <property name="visible">True</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Safely store a password or 
secret</property>
+                        <attributes>
+                          <attribute name="scale" value="0.8"/>
+                        </attributes>
                         <style>
                           <class name="dim-label"/>
                         </style>
@@ -218,6 +230,9 @@
                         <property name="visible">True</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Used to request a certificate</property>
+                        <attributes>
+                          <attribute name="scale" value="0.8"/>
+                        </attributes>
                         <style>
                           <class name="dim-label"/>
                         </style>
@@ -234,17 +249,13 @@
                 <property name="selectable">False</property>
                 <property name="action-name">win.import-file</property>
                 <child>
-                  <object class="GtkGrid">
+                  <object class="GtkLabel">
                     <property name="visible">True</property>
-                    <property name="orientation">vertical</property>
-                    <child>
-                      <object class="GtkLabel">
-                        <property name="visible">True</property>
-                        <property name="halign">start</property>
-                        <property name="vexpand">True</property>
-                        <property name="label" translatable="yes">Import from file…</property>
-                      </object>
-                    </child>
+                    <property name="halign">start</property>
+                    <property name="vexpand">True</property>
+                    <property name="margin-top">3</property>
+                    <property name="margin-bottom">3</property>
+                    <property name="label" translatable="yes">Import from file…</property>
                   </object>
                 </child>
               </object>


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