Skip to content
Snippets Groups Projects
Commit a4bf5666 authored by Dicson's avatar Dicson
Browse files

set window_position for ACE,gajim_themes and manage_sounds windows

parent d3a57efa
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Advanced Configuration Editor</property>
<property name="window_position">center-on-parent</property>
<property name="role">ace</property>
<property name="default_width">650</property>
<property name="default_height">540</property>
......
......@@ -25,6 +25,7 @@
<object class="GtkWindow" id="gajim_themes_window">
<property name="border_width">12</property>
<property name="title" translatable="yes">Gajim Themes Customization</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<child>
<object class="GtkVBox" id="vbox97">
......
......@@ -7,6 +7,7 @@
<property name="height_request">350</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Manage sounds</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<signal name="delete_event" handler="on_manage_sounds_window_delete_event"/>
<child>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment