border width of most windows fixed

This commit is contained in:
Vincent Hanquez 2004-10-12 13:32:02 +00:00
parent 01b11054dc
commit d1539ac5e1
1 changed files with 206 additions and 184 deletions

View File

@ -2142,6 +2142,7 @@ on the server.</property>
</widget>
<widget class="GtkWindow" id="Add">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Add user</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -2249,7 +2250,6 @@ on the server.</property>
<child>
<widget class="GtkFrame" id="frame11">
<property name="border_width">2</property>
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="label_yalign">0.5</property>
@ -2318,7 +2318,7 @@ on the server.</property>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="border_width">10</property>
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<property name="spacing">10</property>
@ -2418,6 +2418,7 @@ on the server.</property>
</widget>
<widget class="GtkDialog" id="Confirm">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Sure ?</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -2503,6 +2504,7 @@ on the server.</property>
</widget>
<widget class="GtkWindow" id="Sub_req">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Subscription request</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -2595,7 +2597,7 @@ on the server.</property>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox3">
<property name="border_width">10</property>
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<property name="spacing">20</property>
@ -2842,6 +2844,7 @@ on the server.</property>
<child>
<widget class="GtkVBox" id="vbox11">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@ -3085,6 +3088,7 @@ on the server.</property>
</widget>
<widget class="GtkWindow" id="agent_reg">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Register to</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -3157,7 +3161,7 @@ on the server.</property>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox5">
<property name="border_width">9</property>
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<property name="spacing">25</property>
@ -3315,6 +3319,7 @@ on the server.</property>
</widget>
<widget class="GtkDialog" id="Warning">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Warning</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -3364,6 +3369,7 @@ on the server.</property>
<child>
<widget class="GtkHBox" id="hbox24">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@ -3417,6 +3423,7 @@ on the server.</property>
</widget>
<widget class="GtkWindow" id="Preferences">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Preferences</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -3455,7 +3462,7 @@ on the server.</property>
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_HALF</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_lookfeel_button_clicked" last_modification_time="Sun, 15 Feb 2004 15:49:12 GMT"/>
@ -3512,7 +3519,7 @@ on the server.</property>
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_HALF</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_events_button_clicked" last_modification_time="Sun, 15 Feb 2004 15:49:19 GMT"/>
@ -3569,7 +3576,7 @@ on the server.</property>
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_HALF</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="focus_on_click">True</property>
<signal name="clicked" handler="on_presence_button_clicked" last_modification_time="Sun, 15 Feb 2004 15:49:26 GMT"/>
@ -3643,7 +3650,8 @@ on the server.</property>
<widget class="GtkNotebook" id="preferences_notebook">
<property name="border_width">10</property>
<property name="visible">True</property>
<property name="show_tabs">False</property>
<property name="can_focus">True</property>
<property name="show_tabs">True</property>
<property name="show_border">False</property>
<property name="tab_pos">GTK_POS_TOP</property>
<property name="scrollable">False</property>
@ -3752,10 +3760,6 @@ on the server.</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
@ -3784,177 +3788,6 @@ on the server.</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame8">
<property name="width_request">192</property>
<property name="height_request">160</property>
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="label_yalign">0.5</property>
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
<child>
<widget class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="homogeneous">False</property>
<property name="row_spacing">10</property>
<property name="column_spacing">3</property>
<child>
<widget class="GtkLabel" id="label70">
<property name="width_request">100</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Outgoing Messages</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label71">
<property name="width_request">100</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Status Messages</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label72">
<property name="width_request">100</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Incoming Messages</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkColorButton" id="colorbutton_in">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="use_alpha">False</property>
<property name="focus_on_click">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkColorButton" id="colorbutton_out">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="use_alpha">False</property>
<property name="focus_on_click">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkColorButton" id="colorbutton_status">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="use_alpha">False</property>
<property name="focus_on_click">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label73">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Color&lt;/b&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="x">0</property>
<property name="y">0</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame16">
<property name="width_request">352</property>
@ -4319,6 +4152,177 @@ on the server.</property>
<property name="y">168</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame8">
<property name="width_request">192</property>
<property name="height_request">160</property>
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="label_yalign">0.5</property>
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
<child>
<widget class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="homogeneous">False</property>
<property name="row_spacing">10</property>
<property name="column_spacing">3</property>
<child>
<widget class="GtkLabel" id="label70">
<property name="width_request">100</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Outgoing Messages</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label71">
<property name="width_request">100</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Status Messages</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label72">
<property name="width_request">100</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Incoming Messages</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkColorButton" id="colorbutton_in">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="use_alpha">False</property>
<property name="focus_on_click">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkColorButton" id="colorbutton_out">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="use_alpha">False</property>
<property name="focus_on_click">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkColorButton" id="colorbutton_status">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="use_alpha">False</property>
<property name="focus_on_click">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label73">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Color&lt;/b&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="x">0</property>
<property name="y">0</property>
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
@ -4735,6 +4739,7 @@ when NOT online</property>
</widget>
<widget class="GtkDialog" id="Away_msg">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Message</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -4784,6 +4789,7 @@ when NOT online</property>
<child>
<widget class="GtkVBox" id="vbox16">
<property name="border_width">4</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@ -4914,6 +4920,7 @@ when NOT online</property>
</widget>
<widget class="GtkWindow" id="Info_user">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Information</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -4967,6 +4974,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table4">
<property name="border_width">4</property>
<property name="visible">True</property>
<property name="n_rows">5</property>
<property name="n_columns">2</property>
@ -5238,6 +5246,7 @@ when NOT online</property>
<child>
<widget class="GtkHBox" id="hbox25">
<property name="border_width">4</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@ -5487,6 +5496,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table11">
<property name="border_width">4</property>
<property name="visible">True</property>
<property name="n_rows">6</property>
<property name="n_columns">2</property>
@ -5791,6 +5801,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table_ADR_STREET">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="n_rows">6</property>
<property name="n_columns">2</property>
@ -6095,6 +6106,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table13">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_columns">2</property>
@ -6309,6 +6321,7 @@ when NOT online</property>
<child>
<widget class="GtkTextView" id="textview_DESC">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
@ -6388,6 +6401,7 @@ when NOT online</property>
</widget>
<widget class="GtkWindow" id="vcard">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">jid</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -6420,6 +6434,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table8">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="n_rows">6</property>
<property name="n_columns">2</property>
@ -6724,6 +6739,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table9">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="n_rows">6</property>
<property name="n_columns">2</property>
@ -7028,6 +7044,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table10">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_columns">2</property>
@ -7242,6 +7259,7 @@ when NOT online</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow15">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
@ -7549,6 +7567,7 @@ when NOT online</property>
<child>
<widget class="GtkVBox" id="vbox24">
<property name="border_width">4</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@ -7846,6 +7865,7 @@ when NOT online</property>
</widget>
<widget class="GtkWindow" id="Gc">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Group chat</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -7865,7 +7885,6 @@ when NOT online</property>
<child>
<widget class="GtkVBox" id="vbox27">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
@ -7935,6 +7954,7 @@ when NOT online</property>
<child>
<widget class="GtkNotebook" id="notebook">
<property name="border_width">4</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_tabs">True</property>
@ -8093,6 +8113,7 @@ when NOT online</property>
</widget>
<widget class="GtkWindow" id="Join_gc">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Join Groupchat</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@ -8115,6 +8136,7 @@ when NOT online</property>
<child>
<widget class="GtkTable" id="table15">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_columns">2</property>