[nautilus/wip/antoniof/properties-followup: 1/10] properties-window: Captitalize file type
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/properties-followup: 1/10] properties-window: Captitalize file type
- Date: Thu, 4 Aug 2022 12:16:19 +0000 (UTC)
commit 81d13456cb93383f9447fb61390715991bd80ed9
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]