GtkMessageDialog: Allow action-area-border theming again

This border does not interfere with headerbar-vs-content placement,
and we can allow themes to change it without breaking dialogs.
This commit is contained in:
Matthias Clasen
2014-04-10 13:51:33 -07:00
parent 1f1cd64028
commit 7d2f3530e8

View File

@@ -87,11 +87,6 @@
<property name="position">0</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkButtonBox">
<property name="border_width">0</property>
</object>
</child>
</object>
</child>
</template>