[geany/geany-plugins] 725e2e: pohelper: Display stats dialog labels bold for better readability
Colomban Wendling
git-noreply at xxxxx
Mon Feb 16 22:59:17 UTC 2015
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Tue, 22 Apr 2014 16:16:09 UTC
Commit: 725e2e6a1cd74051874782a569c236c4ddcf5e70
https://github.com/geany/geany-plugins/commit/725e2e6a1cd74051874782a569c236c4ddcf5e70
Log Message:
-----------
pohelper: Display stats dialog labels bold for better readability
Modified Paths:
--------------
pohelper/data/stats.ui
Modified: pohelper/data/stats.ui
9 lines changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -119,6 +119,9 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Translated:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
@@ -132,6 +135,9 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Fuzzy:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
@@ -147,6 +153,9 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Untranslated:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list