gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: improve glade


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: improve glade
Date: Sun, 28 Mar 2021 20:21:15 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new f55d703  improve glade
f55d703 is described below

commit f55d7037d3cfb48e8b5f9f7a754da35e6f028ce3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 28 20:21:08 2021 +0200

    improve glade
---
 contrib/anastasis_gtk_challenge_code.glade     | 21 ++++++++++++++++++++-
 contrib/anastasis_gtk_challenge_question.glade | 21 ++++++++++++++++++++-
 contrib/anastasis_gtk_main_window.glade        |  5 +++--
 3 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/contrib/anastasis_gtk_challenge_code.glade 
b/contrib/anastasis_gtk_challenge_code.glade
index 9aad67a..b95b70c 100644
--- a/contrib/anastasis_gtk_challenge_code.glade
+++ b/contrib/anastasis_gtk_challenge_code.glade
@@ -49,6 +49,22 @@
             <property name="position">0</property>
           </packing>
         </child>
+        <child>
+          <object class="GtkLabel" id="anastasis_gtk_c_code_error_label">
+            <property name="can-focus">False</property>
+            <property name="label">ERROR MESSAGE (SET DYNAMICALLY BY 
PROGRAM)</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+              <attribute name="foreground" value="#a5a51d1d2d2d"/>
+            </attributes>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="padding">5</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
         <child>
           <object class="GtkBox">
             <property name="visible">True</property>
@@ -86,7 +102,10 @@
                   <object class="GtkLabel" id="challenge_instructions_label">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
-                    <property name="label" translatable="yes">SET DYNAMICALLY 
BY PROGRAM</property>
+                    <property name="label">SET DYNAMICALLY BY 
PROGRAM</property>
+                    <attributes>
+                      <attribute name="style" value="italic"/>
+                    </attributes>
                   </object>
                   <packing>
                     <property name="expand">False</property>
diff --git a/contrib/anastasis_gtk_challenge_question.glade 
b/contrib/anastasis_gtk_challenge_question.glade
index f10d0a3..36f5816 100644
--- a/contrib/anastasis_gtk_challenge_question.glade
+++ b/contrib/anastasis_gtk_challenge_question.glade
@@ -49,6 +49,22 @@
             <property name="position">0</property>
           </packing>
         </child>
+        <child>
+          <object class="GtkLabel" id="anastasis_gtk_c_question_error_label">
+            <property name="can-focus">False</property>
+            <property name="label">ERROR MESSAGE (SET DYNAMICALLY BY 
PROGRAM)</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+              <attribute name="foreground" value="#a5a51d1d2d2d"/>
+            </attributes>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="padding">5</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
         <child>
           <object class="GtkBox">
             <property name="visible">True</property>
@@ -86,7 +102,10 @@
                   <object class="GtkLabel" id="security_question_label">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
-                    <property name="label" translatable="yes">SET DYNAMICALLY 
BY PROGRAM</property>
+                    <property name="label">SET DYNAMICALLY BY 
PROGRAM</property>
+                    <attributes>
+                      <attribute name="style" value="italic"/>
+                    </attributes>
                   </object>
                   <packing>
                     <property name="expand">False</property>
diff --git a/contrib/anastasis_gtk_main_window.glade 
b/contrib/anastasis_gtk_main_window.glade
index a0948df..22459f0 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -229,9 +229,10 @@ Author: Christian Grothoff, Dennis Neufeld
                             <child>
                               <object class="GtkLabel" 
id="anastasis_gtk_error_label">
                                 <property name="can-focus">False</property>
-                                <property name="label" 
translatable="yes">DYNAMIC ERROR MESSAGE</property>
+                                <property name="label">DYNAMIC ERROR 
MESSAGE</property>
                                 <attributes>
                                   <attribute name="weight" value="bold"/>
+                                  <attribute name="foreground" 
value="#a5a51d1d2d2d"/>
                                 </attributes>
                               </object>
                               <packing>
@@ -1813,7 +1814,7 @@ Author: Christian Grothoff, Dennis Neufeld
                                                     <property 
name="visible">True</property>
                                                     <property 
name="can-focus">False</property>
                                                     <property 
name="tooltip-text" translatable="yes">The secret is shown here in Crockford 
Base32 encoding. When copying to the clipboard or saving to file, it will be 
decoded first.</property>
-                                                    <property name="label" 
translatable="yes">THE SECRET TEXT</property>
+                                                    <property name="label">THE 
SECRET TEXT</property>
                                                     <property 
name="wrap">True</property>
                                                     <property 
name="wrap-mode">word-char</property>
                                                     <property 
name="ellipsize">end</property>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]