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
1d3a86cf
Kaydet (Commit)
1d3a86cf
authored
Ara 06, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Personas: Hide the Persona UI on non-Windows.
Change-Id: I6b2c9a33cb1c2144eb42a577071ade5b44b38964
üst
c8a73307
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
personalization.cxx
cui/source/options/personalization.cxx
+12
-0
personalization_tab.ui
cui/uiconfig/ui/personalization_tab.ui
+1
-1
No files found.
cui/source/options/personalization.cxx
Dosyayı görüntüle @
1d3a86cf
...
...
@@ -106,6 +106,18 @@ SvxPersonalizationTabPage::SvxPersonalizationTabPage( Window *pParent, const Sfx
get
(
m_pSelectPersona
,
"select_persona"
);
m_pSelectPersona
->
SetClickHdl
(
LINK
(
this
,
SvxPersonalizationTabPage
,
SelectPersona
)
);
#ifndef __WIN32__
// so far available for Windows only
Window
*
pWindow
;
get
(
pWindow
,
"personas_label"
);
pWindow
->
Hide
();
m_pNoPersona
->
Hide
();
m_pDefaultPersona
->
Hide
();
m_pOwnPersona
->
Hide
();
m_pSelectPersona
->
Hide
();
#endif
}
SvxPersonalizationTabPage
::~
SvxPersonalizationTabPage
()
...
...
cui/uiconfig/ui/personalization_tab.ui
Dosyayı görüntüle @
1d3a86cf
...
...
@@ -216,7 +216,7 @@
</object>
</child>
<child
type=
"label"
>
<object
class=
"GtkLabel"
id=
"
label1
"
>
<object
class=
"GtkLabel"
id=
"
personas_label
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Firefox Personas
</property>
...
...
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