[nautilus/wip/antoniof/properties-followup: 15/29] properties-window: Captitalize file type




commit 4e6b44a6673b50c7cc2dc3f7a9c61640df4ffda7
Author: António Fernandes <antoniof gnome org>
Date:   Wed Aug 3 13:38:10 2022 +0100

    properties-window: Captitalize file type
    
    And filesystem type

 src/resources/ui/nautilus-properties-window.ui | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 914b4902a..e8f6fd85a 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -95,6 +95,11 @@
                                     <style>
                                       <class name="dim-label"/>
                                     </style>
+                                    <attributes>
+                                      <attribute name="text-transform"
+                                                 value="PANGO_TEXT_TRANSFORM_UPPERCASE"
+                                                 start="0" end="1"/>
+                                    </attributes>
                                   </object>
                                 </child>
                                 <child>
@@ -104,6 +109,11 @@
                                     <property name="max-width-chars">24</property>
                                     <property name="selectable">True</property>
                                     <property name="visible">False</property>
+                                    <attributes>
+                                      <attribute name="text-transform"
+                                                 value="PANGO_TEXT_TRANSFORM_UPPERCASE"
+                                                 start="0" end="1"/>
+                                    </attributes>
                                     <style>
                                       <class name="dim-label"/>
                                     </style>


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