amend a99bd289
(button x-axis padding)
This commit is contained in:
parent
a25f6af94a
commit
11a376031f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user