summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingwindow.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-07 18:11:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-07 18:11:25 +0100
commit04b02f2f5a4f71198e0cb616404c4721c918afe6 (patch)
tree7109d14da6194201e028d4a0d52cbdbac95b9055 /sfx2/source/dialog/backingwindow.cxx
parent444600442beb69365d47de188a30a3565c45eafc (diff)
Resolves: fdo#82043 use a bold font for the start-center buttons
Change-Id: I4d947060815559f68cd200d8103868014ea6ac2d
Diffstat (limited to 'sfx2/source/dialog/backingwindow.cxx')
-rw-r--r--sfx2/source/dialog/backingwindow.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 488bafd5e9d2..1c356c959087 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -244,6 +244,7 @@ void BackingWindow::initControls()
mpCreateLabel->SetControlForeground(aButtonsText);
Font aFont(mpCreateLabel->GetSettings().GetStyleSettings().GetLabelFont());
aFont.SetSize(Size(0, aFont.GetSize().Height() * fMultiplier));
+ aFont.SetWeight(WEIGHT_BOLD);
mpCreateLabel->SetControlFont(aFont);
mpHelpButton->SetControlForeground(aButtonsText);
@@ -276,6 +277,7 @@ void BackingWindow::setupButton( PushButton* pButton )
// the buttons should have a bit bigger font
Font aFont(pButton->GetSettings().GetStyleSettings().GetPushButtonFont());
aFont.SetSize(Size(0, aFont.GetSize().Height() * fMultiplier));
+ aFont.SetWeight(WEIGHT_BOLD);
pButton->SetControlFont(aFont);
// color that fits the theme