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
f6159d52
Kaydet (Commit)
f6159d52
authored
Tem 09, 2013
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
122707: Show a frame around toolbars in sidebar panels.
üst
58eca806
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
Theme.cxx
sfx2/source/sidebar/Theme.cxx
+9
-5
TextPropertyPanel.hrc
svx/source/sidebar/text/TextPropertyPanel.hrc
+1
-1
No files found.
sfx2/source/sidebar/Theme.cxx
Dosyayı görüntüle @
f6159d52
...
...
@@ -424,28 +424,32 @@ void Theme::UpdateTheme (void)
*/
// Gradient style
Color
aGradientStop2
(
aBaseBackgroundColor
);
aGradientStop2
.
IncreaseLuminance
(
17
);
Color
aToolBoxBorderColor
(
aBaseBackgroundColor
);
aToolBoxBorderColor
.
DecreaseLuminance
(
12
);
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_ToolBoxBackground
],
Any
(
Tools
::
VclToAwtGradient
(
Gradient
(
GRADIENT_LINEAR
,
Color
(
0xf2f2f2
),
Color
(
0xfefefe
)
aBaseBackgroundColor
.
GetRGBColor
(
),
aGradientStop2
.
GetRGBColor
(
)
))));
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_ToolBoxBorderTopLeft
],
mbIsHighContrastMode
?
Any
(
util
::
Color
(
sal_uInt32
(
0x00ff00
)))
:
Any
(
util
::
Color
(
sal_uInt32
(
0xf2f2f2
))));
:
Any
(
util
::
Color
(
aToolBoxBorderColor
.
GetRGBColor
(
))));
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_ToolBoxBorderCenterCorners
],
mbIsHighContrastMode
?
Any
(
util
::
Color
(
sal_uInt32
(
0x00ff00
)))
:
Any
(
util
::
Color
(
sal_uInt32
(
0xf2f2f2
))));
:
Any
(
util
::
Color
(
aToolBoxBorderColor
.
GetRGBColor
(
))));
setPropertyValue
(
maPropertyIdToNameMap
[
Paint_ToolBoxBorderBottomRight
],
mbIsHighContrastMode
?
Any
(
util
::
Color
(
sal_uInt32
(
0x00ff00
)))
:
Any
(
util
::
Color
(
sal_uInt32
(
0xf2f2f2
))));
:
Any
(
util
::
Color
(
aToolBoxBorderColor
.
GetRGBColor
(
))));
setPropertyValue
(
maPropertyIdToNameMap
[
Rect_ToolBoxPadding
],
Any
(
awt
::
Rectangle
(
2
,
2
,
2
,
2
)));
...
...
svx/source/sidebar/text/TextPropertyPanel.hrc
Dosyayı görüntüle @
f6159d52
...
...
@@ -45,7 +45,7 @@
#define X0 SECTIONPAGE_MARGIN_HORIZONTAL
#define X1 SECTIONPAGE_MARGIN_HORIZONTAL + 1 + TOOLBOX_ITEM_WIDTH * 2 + 4
#define X2 (PROPERTYPAGE_WIDTH - (FONTSIZE_WIDTH))
#define X3 (X2 - (TOOLBOX_ITEM_DD_WIDTH) -
2
)
#define X3 (X2 - (TOOLBOX_ITEM_DD_WIDTH) -
3
)
#define FIRST_LINE_Y SECTIONPAGE_MARGIN_VERTICAL_TOP
#define SECOND_LINE_Y FIRST_LINE_Y + CBOX_HEIGHT + CONTROL_SPACING_VERTICAL + 1
...
...
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