search: make locations box align with Close button
https://bugzilla.gnome.org/show_bug.cgi?id=691917
This commit is contained in:
parent
81e210d0dc
commit
f79c23a91b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
<!-- interface-requires gtk+ 3.0 -->
|
<!-- interface-requires gtk+ 3.0 -->
|
||||||
<object class="GtkDialog" id="locations_dialog">
|
<object class="GtkDialog" id="locations_dialog">
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="border_width">5</property>
|
|
||||||
<property name="default_height">400</property>
|
<property name="default_height">400</property>
|
||||||
<property name="default_width">400</property>
|
<property name="default_width">400</property>
|
||||||
<property name="modal">True</property>
|
<property name="modal">True</property>
|
||||||
|
@ -45,6 +44,7 @@
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
|
<property name="border-width">5</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkScrolledWindow" id="locations_scrolledwindow">
|
<object class="GtkScrolledWindow" id="locations_scrolledwindow">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue