diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-02 02:19:16 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-02 02:19:16 +0800 |
commit | 7f0821383c0ab7a2d73b306951352240fde24db7 (patch) | |
tree | 40be65ff55a37c0a94dd6d779728d49d43200a23 /executive-summary | |
parent | cb143781817b482f1ac777c69bd76229477895b6 (diff) | |
download | gsoc2013-evolution-7f0821383c0ab7a2d73b306951352240fde24db7.tar gsoc2013-evolution-7f0821383c0ab7a2d73b306951352240fde24db7.tar.gz gsoc2013-evolution-7f0821383c0ab7a2d73b306951352240fde24db7.tar.bz2 gsoc2013-evolution-7f0821383c0ab7a2d73b306951352240fde24db7.tar.lz gsoc2013-evolution-7f0821383c0ab7a2d73b306951352240fde24db7.tar.xz gsoc2013-evolution-7f0821383c0ab7a2d73b306951352240fde24db7.tar.zst gsoc2013-evolution-7f0821383c0ab7a2d73b306951352240fde24db7.zip |
Telsa noticed I can't spell
svn path=/trunk/; revision=7202
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/component/executive-summary-config.glade | 61 |
1 files changed, 57 insertions, 4 deletions
diff --git a/executive-summary/component/executive-summary-config.glade b/executive-summary/component/executive-summary-config.glade index f6d468ba33..17fd9b0e69 100644 --- a/executive-summary/component/executive-summary-config.glade +++ b/executive-summary/component/executive-summary-config.glade @@ -66,7 +66,7 @@ <name>frame1</name> <border_width>2</border_width> <cxx_use_heap>True</cxx_use_heap> - <label>Appearence</label> + <label>Appearance</label> <label_xalign>0</label_xalign> <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> <child> @@ -86,9 +86,10 @@ <widget> <class>GtkHBox</class> <name>hbox1</name> + <border_width>2</border_width> <cxx_use_heap>True</cxx_use_heap> <homogeneous>False</homogeneous> - <spacing>0</spacing> + <spacing>5</spacing> <child> <padding>0</padding> <expand>True</expand> @@ -99,7 +100,7 @@ <class>GtkLabel</class> <name>label2</name> <cxx_use_heap>True</cxx_use_heap> - <label>Background</label> + <label>Background:</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> @@ -141,7 +142,59 @@ </widget> <widget> - <class>Placeholder</class> + <class>GtkHBox</class> + <name>hbox2</name> + <border_width>2</border_width> + <cxx_use_heap>True</cxx_use_heap> + <homogeneous>False</homogeneous> + <spacing>5</spacing> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + + <widget> + <class>GtkLabel</class> + <name>label3</name> + <cxx_use_heap>True</cxx_use_heap> + <label>Number of columns:</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkSpinButton</class> + <name>columnspinner</name> + <cxx_use_heap>True</cxx_use_heap> + <can_focus>True</can_focus> + <climb_rate>1</climb_rate> + <digits>0</digits> + <numeric>True</numeric> + <update_policy>GTK_UPDATE_ALWAYS</update_policy> + <snap>False</snap> + <wrap>False</wrap> + <value>1</value> + <lower>1</lower> + <upper>100</upper> + <step>1</step> + <page>10</page> + <page_size>10</page_size> + <child> + <padding>0</padding> + <expand>True</expand> + <fill>True</fill> + </child> + </widget> </widget> </widget> </widget> |