~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to GlobalDialogs.glade

  • Committer: Umang Varma
  • Date: 2012-07-25 03:26:43 UTC
  • Revision ID: git-v1:492b83b785d2f4be607a7f2795d3ad05db3dcff7
Added text color editing support

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
                    <property name="height">1</property>
85
85
                  </packing>
86
86
                </child>
 
87
                <child>
 
88
                  <object class="GtkLabel" id="ldfltTextColor">
 
89
                    <property name="visible">True</property>
 
90
                    <property name="can_focus">False</property>
 
91
                    <property name="label" translatable="yes">Text color</property>
 
92
                  </object>
 
93
                  <packing>
 
94
                    <property name="left_attach">0</property>
 
95
                    <property name="top_attach">1</property>
 
96
                    <property name="width">1</property>
 
97
                    <property name="height">1</property>
 
98
                  </packing>
 
99
                </child>
 
100
                <child>
 
101
                  <object class="GtkColorButton" id="textcolor">
 
102
                    <property name="use_action_appearance">False</property>
 
103
                    <property name="visible">True</property>
 
104
                    <property name="can_focus">True</property>
 
105
                    <property name="receives_default">True</property>
 
106
                    <property name="use_action_appearance">False</property>
 
107
                    <signal name="color-set" handler="update_textcolor" swapped="no"/>
 
108
                  </object>
 
109
                  <packing>
 
110
                    <property name="left_attach">1</property>
 
111
                    <property name="top_attach">1</property>
 
112
                    <property name="width">1</property>
 
113
                    <property name="height">1</property>
 
114
                  </packing>
 
115
                </child>
87
116
              </object>
88
117
            </child>
89
118
            <child type="tab">