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
ae86d303
Kaydet (Commit)
ae86d303
authored
Nis 26, 2013
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
122144: Use same color for all sidebar backgrounds.
üst
6818706a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Theme.cxx
sfx2/source/sidebar/Theme.cxx
+5
-5
No files found.
sfx2/source/sidebar/Theme.cxx
Dosyayı görüntüle @
ae86d303
...
@@ -218,7 +218,9 @@ void Theme::UpdateTheme (void)
...
@@ -218,7 +218,9 @@ void Theme::UpdateTheme (void)
#define Alternatives(n,hc,sys) (mbIsHighContrastMode ? hc : (bUseSystemColors ? sys : n))
#define Alternatives(n,hc,sys) (mbIsHighContrastMode ? hc : (bUseSystemColors ? sys : n))
const
Color
aBaseBackgroundColor
(
rStyle
.
GetDialogColor
());
Color
aBaseBackgroundColor
(
rStyle
.
GetDialogColor
());
// UX says this should be a little brighter, but that looks off when compared to the other windows.
//aBaseBackgroundColor.IncreaseLuminance(7);
Color
aBorderColor
(
aBaseBackgroundColor
);
Color
aBorderColor
(
aBaseBackgroundColor
);
aBorderColor
.
DecreaseLuminance
(
15
);
aBorderColor
.
DecreaseLuminance
(
15
);
Color
aSecondColor
(
aBaseBackgroundColor
);
Color
aSecondColor
(
aBaseBackgroundColor
);
...
@@ -226,7 +228,7 @@ void Theme::UpdateTheme (void)
...
@@ -226,7 +228,7 @@ void Theme::UpdateTheme (void)
setPropertyValue
(
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_DeckBackground
],
maPropertyIdToNameMap
[
Paint_DeckBackground
],
Any
(
sal_Int32
(
rStyle
.
GetMenuColor
()
.
GetRGBColor
())));
Any
(
sal_Int32
(
aBaseBackgroundColor
.
GetRGBColor
())));
setPropertyValue
(
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_DeckTitleBarBackground
],
maPropertyIdToNameMap
[
Paint_DeckTitleBarBackground
],
...
@@ -263,9 +265,7 @@ void Theme::UpdateTheme (void)
...
@@ -263,9 +265,7 @@ void Theme::UpdateTheme (void)
rStyle
.
GetFloatTitleHeight
()))));
rStyle
.
GetFloatTitleHeight
()))));
setPropertyValue
(
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_PanelBackground
],
maPropertyIdToNameMap
[
Paint_PanelBackground
],
Any
(
sal_Int32
(
rStyle
.
GetDialogColor
().
GetRGBColor
())));
Any
(
sal_Int32
(
aBaseBackgroundColor
.
GetRGBColor
())));
// Any(sal_Int32(mbIsHighContrastMode ? 0x000000 :
// 0xffffff)));
setPropertyValue
(
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_PanelTitleBarBackground
],
maPropertyIdToNameMap
[
Paint_PanelTitleBarBackground
],
...
...
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