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
b441420e
Kaydet (Commit)
b441420e
authored
Haz 02, 2013
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sidebar: Don't overlap widgets in the .ui based panels.
Change-Id: I32c978188a38d54f2b05d40b5d47b9d5520f3cca
üst
415b7006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
PanelLayout.cxx
svx/source/sidebar/PanelLayout.cxx
+4
-0
No files found.
svx/source/sidebar/PanelLayout.cxx
Dosyayı görüntüle @
b441420e
...
...
@@ -26,6 +26,10 @@ Size PanelLayout::GetOptimalSize() const
void
PanelLayout
::
setPosSizePixel
(
long
nX
,
long
nY
,
long
nWidth
,
long
nHeight
,
sal_uInt16
nFlags
)
{
Size
aSize
(
GetOptimalSize
());
nWidth
=
std
::
max
(
nWidth
,
aSize
.
Width
());
nHeight
=
std
::
max
(
nHeight
,
aSize
.
Height
());
Control
::
setPosSizePixel
(
nX
,
nY
,
nWidth
,
nHeight
,
nFlags
);
if
(
isLayoutEnabled
(
this
)
&&
(
nFlags
&
WINDOW_POSSIZE_SIZE
))
...
...
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