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
b15be387
Kaydet (Commit)
b15be387
authored
Agu 31, 2015
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#87009 Add a tooltip to the sidebar settings button
Change-Id: I6332e9c7c98f87885f40f4d99224cccfe582029c
üst
860d6948
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
Sidebar.hrc
include/sfx2/sidebar/Sidebar.hrc
+1
-0
Sidebar.src
sfx2/source/sidebar/Sidebar.src
+4
-0
TabBar.cxx
sfx2/source/sidebar/TabBar.cxx
+4
-1
No files found.
include/sfx2/sidebar/Sidebar.hrc
Dosyayı görüntüle @
b15be387
...
...
@@ -56,5 +56,6 @@
#define SFX_STR_SIDEBAR_MORE_OPTIONS (RID_SFX_SIDEBAR_START + 1)
#define SFX_STR_SIDEBAR_CLOSE_DECK (RID_SFX_SIDEBAR_START + 2)
#define SFX_STR_SIDEBAR_SETTINGS (RID_SFX_SIDEBAR_START + 3)
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/source/sidebar/Sidebar.src
Dosyayı görüntüle @
b15be387
...
...
@@ -170,5 +170,9 @@ String SFX_STR_SIDEBAR_CLOSE_DECK
Text [en-US] = "Close Sidebar Deck";
};
String SFX_STR_SIDEBAR_SETTINGS
{
Text [en-US] = "Sidebar Settings";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/source/sidebar/TabBar.cxx
Dosyayı görüntüle @
b15be387
...
...
@@ -25,9 +25,11 @@
#include <sfx2/sidebar/Theme.hxx>
#include <sfx2/sidebar/Tools.hxx>
#include <sfx2/sidebar/FocusManager.hxx>
#include <sfx2/sidebar/SidebarController.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/sidebar/Sidebar.hrc>
#include <vcl/gradient.hxx>
#include <vcl/image.hxx>
#include <vcl/wrkwin.hxx>
...
...
@@ -60,6 +62,7 @@ TabBar::TabBar(vcl::Window* pParentWindow,
mpMenuButton
->
SetModeImage
(
Theme
::
GetImage
(
Theme
::
Image_TabBarMenu
));
mpMenuButton
->
SetClickHdl
(
LINK
(
this
,
TabBar
,
OnToolboxClicked
));
mpMenuButton
->
SetQuickHelpText
(
SFX2_RESSTR
(
SFX_STR_SIDEBAR_SETTINGS
));
Layout
();
#ifdef DEBUG
...
...
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