Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
04b02f2f
Kaydet (Commit)
04b02f2f
authored
Agu 07, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#82043 use a bold font for the start-center buttons
Change-Id: I4d947060815559f68cd200d8103868014ea6ac2d
üst
44460044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
backingwindow.cxx
sfx2/source/dialog/backingwindow.cxx
+2
-0
No files found.
sfx2/source/dialog/backingwindow.cxx
Dosyayı görüntüle @
04b02f2f
...
@@ -244,6 +244,7 @@ void BackingWindow::initControls()
...
@@ -244,6 +244,7 @@ void BackingWindow::initControls()
mpCreateLabel
->
SetControlForeground
(
aButtonsText
);
mpCreateLabel
->
SetControlForeground
(
aButtonsText
);
Font
aFont
(
mpCreateLabel
->
GetSettings
().
GetStyleSettings
().
GetLabelFont
());
Font
aFont
(
mpCreateLabel
->
GetSettings
().
GetStyleSettings
().
GetLabelFont
());
aFont
.
SetSize
(
Size
(
0
,
aFont
.
GetSize
().
Height
()
*
fMultiplier
));
aFont
.
SetSize
(
Size
(
0
,
aFont
.
GetSize
().
Height
()
*
fMultiplier
));
aFont
.
SetWeight
(
WEIGHT_BOLD
);
mpCreateLabel
->
SetControlFont
(
aFont
);
mpCreateLabel
->
SetControlFont
(
aFont
);
mpHelpButton
->
SetControlForeground
(
aButtonsText
);
mpHelpButton
->
SetControlForeground
(
aButtonsText
);
...
@@ -276,6 +277,7 @@ void BackingWindow::setupButton( PushButton* pButton )
...
@@ -276,6 +277,7 @@ void BackingWindow::setupButton( PushButton* pButton )
// the buttons should have a bit bigger font
// the buttons should have a bit bigger font
Font
aFont
(
pButton
->
GetSettings
().
GetStyleSettings
().
GetPushButtonFont
());
Font
aFont
(
pButton
->
GetSettings
().
GetStyleSettings
().
GetPushButtonFont
());
aFont
.
SetSize
(
Size
(
0
,
aFont
.
GetSize
().
Height
()
*
fMultiplier
));
aFont
.
SetSize
(
Size
(
0
,
aFont
.
GetSize
().
Height
()
*
fMultiplier
));
aFont
.
SetWeight
(
WEIGHT_BOLD
);
pButton
->
SetControlFont
(
aFont
);
pButton
->
SetControlFont
(
aFont
);
// color that fits the theme
// color that fits the theme
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment