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
58ec66da
Kaydet (Commit)
58ec66da
authored
Şub 14, 2016
tarafından
Pranav Kant
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lokdocview: Center the widget vertically inside the allocation
Change-Id: I891519d54212ecd99273a54aca2a44e2d54c1933
üst
b7c807fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lokdocview.cxx
libreofficekit/source/gtk/lokdocview.cxx
+2
-0
No files found.
libreofficekit/source/gtk/lokdocview.cxx
Dosyayı görüntüle @
58ec66da
...
@@ -2574,6 +2574,7 @@ lok_doc_view_new (const gchar* pPath, GCancellable *cancellable, GError **error)
...
@@ -2574,6 +2574,7 @@ lok_doc_view_new (const gchar* pPath, GCancellable *cancellable, GError **error)
return
GTK_WIDGET
(
g_initable_new
(
LOK_TYPE_DOC_VIEW
,
cancellable
,
error
,
return
GTK_WIDGET
(
g_initable_new
(
LOK_TYPE_DOC_VIEW
,
cancellable
,
error
,
"lopath"
,
pPath
==
nullptr
?
LOK_PATH
:
pPath
,
"lopath"
,
pPath
==
nullptr
?
LOK_PATH
:
pPath
,
"halign"
,
GTK_ALIGN_CENTER
,
"halign"
,
GTK_ALIGN_CENTER
,
"valign"
,
GTK_ALIGN_CENTER
,
nullptr
));
nullptr
));
}
}
...
@@ -2585,6 +2586,7 @@ SAL_DLLPUBLIC_EXPORT GtkWidget* lok_doc_view_new_from_widget(LOKDocView* pOldLOK
...
@@ -2585,6 +2586,7 @@ SAL_DLLPUBLIC_EXPORT GtkWidget* lok_doc_view_new_from_widget(LOKDocView* pOldLOK
"lopointer"
,
pOldPriv
->
m_pOffice
,
"lopointer"
,
pOldPriv
->
m_pOffice
,
"docpointer"
,
pOldPriv
->
m_pDocument
,
"docpointer"
,
pOldPriv
->
m_pDocument
,
"halign"
,
GTK_ALIGN_CENTER
,
"halign"
,
GTK_ALIGN_CENTER
,
"valign"
,
GTK_ALIGN_CENTER
,
nullptr
));
nullptr
));
// No documentLoad(), just a createView().
// No documentLoad(), just a createView().
...
...
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