13
0

amend a99bd289 (button x-axis padding)

This commit is contained in:
Robin Gareus 2014-09-03 22:17:25 +02:00
parent a25f6af94a
commit 11a376031f

View File

@ -582,7 +582,7 @@ ArdourButton::on_size_request (Gtk::Requisition* req)
_text_height = 0;
}
if ((_elements & RecButton) || _pixbuf) {
if ((_elements & (RecButton | CloseCross)) || _pixbuf) {
xpad = 6;
}