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 28327ee9aa
commit 19e1a8feb4

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>