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
65df7620
Kaydet (Commit)
65df7620
authored
Haz 05, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: fdo#65407 set a default size related to font size rather than pixels
Change-Id: I97ff54de97ca1e02aff2a94dc01f2e4991600cd5
üst
04d9febc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
dp_gui_dialog2.cxx
desktop/source/deployment/gui/dp_gui_dialog2.cxx
+7
-0
extensionmanager.ui
desktop/uiconfig/ui/extensionmanager.ui
+0
-2
No files found.
desktop/source/deployment/gui/dp_gui_dialog2.cxx
Dosyayı görüntüle @
65df7620
...
...
@@ -148,6 +148,8 @@ public:
virtual
void
MouseButtonDown
(
const
MouseEvent
&
rMEvt
);
virtual
long
Notify
(
NotifyEvent
&
rNEvt
);
virtual
Size
GetOptimalSize
()
const
;
virtual
void
RecalcAll
();
virtual
void
selectEntry
(
const
long
nPos
);
//-----------------
...
...
@@ -164,6 +166,11 @@ ExtBoxWithBtns_Impl::ExtBoxWithBtns_Impl(Window* pParent)
{
}
Size
ExtBoxWithBtns_Impl
::
GetOptimalSize
()
const
{
return
LogicToPixel
(
Size
(
250
,
150
),
MapMode
(
MAP_APPFONT
));
}
//------------------------------------------------------------------------------
void
ExtBoxWithBtns_Impl
::
InitFromDialog
(
ExtMgrDialog
*
pParentDialog
)
{
...
...
desktop/uiconfig/ui/extensionmanager.ui
Dosyayı görüntüle @
65df7620
...
...
@@ -89,8 +89,6 @@
<property
name=
"spacing"
>
12
</property>
<child>
<object
class=
"deploymentgui-ExtBoxWithBtns"
id=
"extensions"
>
<property
name=
"width_request"
>
600
</property>
<property
name=
"height_request"
>
320
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
</object>
...
...
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