inspector: Small improvements to the resource tab

Move the close button to the header bar and center the info grid.
This commit is contained in:
Matthias Clasen
2014-10-11 00:58:47 -04:00
parent a5846645d1
commit 7b20bb917f
6 changed files with 127 additions and 29 deletions

View File

@ -87,6 +87,7 @@
<property name="row-spacing">10</property>
<property name="column-spacing">10</property>
<property name="margin">10</property>
<property name="halign">center</property>
<child>
<object class="GtkLabel" id="name">
<property name="visible">True</property>
@ -157,29 +158,6 @@
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="halign">start</property>
<property name="valign">start</property>
<signal name="clicked" handler="close_details"/>
<style>
<class name="image-button"/>
</style>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon-name">window-close-symbolic</property>
<property name="icon-size">1</property>
</object>
</child>
</object>
<packing>
<property name="left-attach">-1</property>
<property name="top-attach">0</property>
<property name="height">3</property>
</packing>
</child>
</object>
</child>
<child>