diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-13 13:22:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-13 13:22:45 +0800 |
commit | 771f82cebe9a0113e75bc58db3eb8fde3878ed6b (patch) | |
tree | 45634949dbfb4efc61b368ad5b90654a6f0fbaab /mail | |
parent | 94f7d58623eda35018e5aa4ebb3e21e4736a85bc (diff) | |
download | gsoc2013-evolution-771f82cebe9a0113e75bc58db3eb8fde3878ed6b.tar gsoc2013-evolution-771f82cebe9a0113e75bc58db3eb8fde3878ed6b.tar.gz gsoc2013-evolution-771f82cebe9a0113e75bc58db3eb8fde3878ed6b.tar.bz2 gsoc2013-evolution-771f82cebe9a0113e75bc58db3eb8fde3878ed6b.tar.lz gsoc2013-evolution-771f82cebe9a0113e75bc58db3eb8fde3878ed6b.tar.xz gsoc2013-evolution-771f82cebe9a0113e75bc58db3eb8fde3878ed6b.tar.zst gsoc2013-evolution-771f82cebe9a0113e75bc58db3eb8fde3878ed6b.zip |
don't make the window so wide...
svn path=/trunk/; revision=7473
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-config.glade | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 886ba1c6b9..2952d544c9 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -2565,47 +2565,47 @@ SMTP </widget> <widget> - <class>GtkEntry</class> - <name>txtSourcePath</name> - <can_focus>True</can_focus> - <editable>True</editable> - <text_visible>True</text_visible> - <text_max_length>0</text_max_length> - <text></text> + <class>GtkLabel</class> + <name>lblSourcePath</name> + <label>Path:</label> + <justify>GTK_JUSTIFY_LEFT</justify> + <wrap>False</wrap> + <xalign>7.45058e-09</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> <child> - <left_attach>3</left_attach> - <right_attach>10</right_attach> + <left_attach>1</left_attach> + <right_attach>3</right_attach> <top_attach>1</top_attach> <bottom_attach>2</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> - <xexpand>True</xexpand> + <xexpand>False</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> - <xfill>True</xfill> + <xfill>False</xfill> <yfill>False</yfill> </child> </widget> <widget> - <class>GtkLabel</class> - <name>lblSourcePath</name> - <label>Path:</label> - <justify>GTK_JUSTIFY_LEFT</justify> - <wrap>False</wrap> - <xalign>7.45058e-09</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> + <class>GtkEntry</class> + <name>txtSourcePath</name> + <can_focus>True</can_focus> + <editable>True</editable> + <text_visible>True</text_visible> + <text_max_length>0</text_max_length> + <text></text> <child> - <left_attach>1</left_attach> - <right_attach>3</right_attach> + <left_attach>3</left_attach> + <right_attach>10</right_attach> <top_attach>1</top_attach> <bottom_attach>2</bottom_attach> <xpad>0</xpad> <ypad>0</ypad> - <xexpand>False</xexpand> + <xexpand>True</xexpand> <yexpand>False</yexpand> <xshrink>False</xshrink> <yshrink>False</yshrink> |