Index: ui/views/controls/button/label_button.cc |
diff --git a/ui/views/controls/button/label_button.cc b/ui/views/controls/button/label_button.cc |
index f2c1ff972e0eb2e86d8adefb25c56c35ed1eb209..21707e8ae7436b952450af691da4c8b88b470dc2 100644 |
--- a/ui/views/controls/button/label_button.cc |
+++ b/ui/views/controls/button/label_button.cc |
@@ -234,6 +234,7 @@ gfx::Size LabelButton::GetPreferredSize() const { |
// Use a temporary label copy for sizing to avoid calculation side-effects. |
Label label(GetText(), {label_->font_list()}); |
+ label.SetLineHeight(label_->line_height()); |
label.SetShadows(label_->shadows()); |
if (style_ == STYLE_BUTTON && PlatformStyle::kDefaultLabelButtonHasBoldFont) { |