[gnome-software/1754-improve-the-sources-dropdown] !fixup: gs-origin-popover-row: Change the way the information is shown



commit 6fa848de62c79182f28e673318414fd15635c2fa
Author: Milan Crha <mcrha redhat com>
Date:   Thu Aug 4 12:36:03 2022 +0200

    !fixup: gs-origin-popover-row: Change the way the information is shown
    
    Change margins

 src/gs-origin-popover-row.ui | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/src/gs-origin-popover-row.ui b/src/gs-origin-popover-row.ui
index f7c25755a..d98c8987d 100644
--- a/src/gs-origin-popover-row.ui
+++ b/src/gs-origin-popover-row.ui
@@ -5,14 +5,14 @@
       <object class="GtkBox">
         <property name="margin-top">6</property>
         <property name="margin-bottom">6</property>
-        <property name="margin-start">6</property>
-        <property name="margin-end">6</property>
+        <property name="margin-start">12</property>
+        <property name="margin-end">12</property>
         <property name="orientation">horizontal</property>
         <property name="spacing">6</property>
         <child>
           <object class="GtkBox" id="vbox">
             <property name="orientation">vertical</property>
-            <property name="spacing">6</property>
+            <property name="spacing">3</property>
             <child>
               <object class="GtkLabel" id="name_label">
                 <property name="halign">start</property>
@@ -39,6 +39,7 @@
             <property name="visible">False</property>
             <property name="pixel_size">16</property>
             <property name="icon_name">test-pass-symbolic</property>
+            <property name="margin-start">6</property>
             <property name="valign">center</property>
             <style>
               <class name="success"/>
@@ -48,7 +49,8 @@
         <child>
           <object class="GtkBox" id="packaging_box">
             <property name="orientation">horizontal</property>
-            <property name="spacing">6</property>
+            <property name="spacing">4</property>
+            <property name="margin-start">6</property>
             <property name="valign">center</property>
             <style>
               <class name="origin-rounded-box"/>
@@ -65,6 +67,7 @@
                 <property name="halign">start</property>
                 <property name="ellipsize">none</property>
                 <attributes>
+                  <attribute name="weight" value="bold"/>
                   <attribute name="variant" value="all-small-caps"/>
                 </attributes>
               </object>
@@ -74,7 +77,7 @@
         <child>
           <object class="GtkBox" id="beta_box">
             <property name="orientation">horizontal</property>
-            <property name="spacing">6</property>
+            <property name="spacing">4</property>
             <property name="valign">center</property>
             <style>
               <class name="origin-rounded-box"/>
@@ -94,6 +97,7 @@
                 <property name="label" translatable="yes" comments="Translators: It's like a beta version of 
the software, a test version">Beta</property>
                 <property name="ellipsize">none</property>
                 <attributes>
+                  <attribute name="weight" value="bold"/>
                   <attribute name="variant" value="all-small-caps"/>
                 </attributes>
               </object>
@@ -103,7 +107,7 @@
         <child>
           <object class="GtkBox" id="user_scope_box">
             <property name="orientation">horizontal</property>
-            <property name="spacing">6</property>
+            <property name="spacing">4</property>
             <property name="valign">center</property>
             <style>
               <class name="origin-rounded-box"/>
@@ -123,6 +127,7 @@
                 <property name="label" translatable="yes" comments="Translators: It's an origin scope, 
'User' or 'System' installation">User</property>
                 <property name="ellipsize">none</property>
                 <attributes>
+                  <attribute name="weight" value="bold"/>
                   <attribute name="variant" value="all-small-caps"/>
                 </attributes>
               </object>


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