diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:11:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:11:43 +0000 |
commit | 47a353670aee9b4d71d2399858b41b8b98c20447 (patch) | |
tree | 0541a1eb9b1241186886c0559085171bfc6fb469 /0002-Lower-pango-attributes.patch | |
parent | f006f965f5f0aff1c38f6a1dcb69bfa7d79da9f1 (diff) |
automatic import of gnome-softwareopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to '0002-Lower-pango-attributes.patch')
-rw-r--r-- | 0002-Lower-pango-attributes.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/0002-Lower-pango-attributes.patch b/0002-Lower-pango-attributes.patch new file mode 100644 index 0000000..f740e21 --- /dev/null +++ b/0002-Lower-pango-attributes.patch @@ -0,0 +1,42 @@ +diff -up gnome-software-45.2/src/gs-origin-popover-row.ui.2 gnome-software-45.2/src/gs-origin-popover-row.ui +--- gnome-software-45.2/src/gs-origin-popover-row.ui.2 2023-12-08 10:14:07.848934874 +0100 ++++ gnome-software-45.2/src/gs-origin-popover-row.ui 2023-12-08 10:14:10.045961688 +0100 +@@ -79,7 +79,7 @@ + <property name="margin-end">2</property> + <attributes> + <attribute name="weight" value="bold"/> +- <attribute name="variant" value="all-small-caps"/> ++ <!--<attribute name="variant" value="all-small-caps"/>--> + </attributes> + </object> + </child> +@@ -110,7 +110,7 @@ + <property name="margin-end">2</property> + <attributes> + <attribute name="weight" value="bold"/> +- <attribute name="variant" value="all-small-caps"/> ++ <!--<attribute name="variant" value="all-small-caps"/>--> + </attributes> + </object> + </child> +@@ -140,7 +140,7 @@ + <property name="margin-end">2</property> + <attributes> + <attribute name="weight" value="bold"/> +- <attribute name="variant" value="all-small-caps"/> ++ <!--<attribute name="variant" value="all-small-caps"/>--> + </attributes> + </object> + </child> +diff -up gnome-software-45.2/src/gs-review-histogram.ui.2 gnome-software-45.2/src/gs-review-histogram.ui +--- gnome-software-45.2/src/gs-review-histogram.ui.2 2023-12-08 10:15:28.246916110 +0100 ++++ gnome-software-45.2/src/gs-review-histogram.ui 2023-12-01 09:58:33.000000000 +0100 +@@ -18,7 +18,7 @@ + <attributes> + <attribute name="scale" value="5.0"/> + <attribute name="weight" value="light"/> +- <attribute name="line-height" value="0.75"/> ++ <!--<attribute name="line-height" value="0.75"/>--> + </attributes> + <layout> + <property name="column">0</property> |