msg window alignment is back now with corrected top padding so tab does not touch the window wm titlebar

This commit is contained in:
Nikos Kouremenos 2006-03-27 23:31:56 +00:00
parent 0190ac90a4
commit 04b0485c89
1 changed files with 1101 additions and 1087 deletions

View File

@ -18126,6 +18126,18 @@ Maybe I'll refactor later</property>
<signal name="destroy" handler="_on_window_destroy" last_modification_time="Thu, 12 Jan 2006 02:56:25 GMT"/>
<signal name="focus_in_event" handler="_on_window_focus" last_modification_time="Thu, 12 Jan 2006 02:56:55 GMT"/>
<child>
<widget class="GtkAlignment" id="msg_window_alignment">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">1</property>
<property name="yscale">1</property>
<property name="top_padding">2</property>
<property name="bottom_padding">0</property>
<property name="left_padding">0</property>
<property name="right_padding">0</property>
<child>
<widget class="GtkNotebook" id="notebook">
<property name="visible">True</property>
@ -19462,6 +19474,8 @@ topic</property>
</widget>
</child>
</widget>
</child>
</widget>
<widget class="GtkWindow" id="add_special_notification_window">
<property name="border_width">6</property>