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
57404333
Kaydet (Commit)
57404333
authored
Agu 05, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Port field without buttons, max 4 chars
Change-Id: I4ddc294dba5ad66a11ff260e8942977d0a6a292f
üst
02daf3c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
ServerDetailsControls.cxx
svtools/source/dialogs/ServerDetailsControls.cxx
+1
-1
placeedit.ui
svtools/uiconfig/ui/placeedit.ui
+4
-2
No files found.
svtools/source/dialogs/ServerDetailsControls.cxx
Dosyayı görüntüle @
57404333
...
@@ -77,7 +77,7 @@ HostDetailsContainer::HostDetailsContainer( VclBuilderContainer* pBuilder, sal_u
...
@@ -77,7 +77,7 @@ HostDetailsContainer::HostDetailsContainer( VclBuilderContainer* pBuilder, sal_u
pBuilder
->
get
(
m_pEDHost
,
"host"
);
pBuilder
->
get
(
m_pEDHost
,
"host"
);
m_pEDHost
->
SetModifyHdl
(
LINK
(
this
,
DetailsContainer
,
ValueChangeHdl
)
);
m_pEDHost
->
SetModifyHdl
(
LINK
(
this
,
DetailsContainer
,
ValueChangeHdl
)
);
pBuilder
->
get
(
m_pEDPort
,
"port"
);
pBuilder
->
get
(
m_pEDPort
,
"port
-nospin
"
);
m_pEDPort
->
SetModifyHdl
(
LINK
(
this
,
DetailsContainer
,
ValueChangeHdl
)
);
m_pEDPort
->
SetModifyHdl
(
LINK
(
this
,
DetailsContainer
,
ValueChangeHdl
)
);
pBuilder
->
get
(
m_pEDPath
,
"path"
);
pBuilder
->
get
(
m_pEDPath
,
"path"
);
...
...
svtools/uiconfig/ui/placeedit.ui
Dosyayı görüntüle @
57404333
...
@@ -241,7 +241,7 @@
...
@@ -241,7 +241,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
Port:
</property>
<property
name=
"label"
translatable=
"yes"
>
Port:
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
port
</property>
<property
name=
"mnemonic_widget"
>
port
-nospin
</property>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
2
</property>
<property
name=
"left_attach"
>
2
</property>
...
@@ -249,10 +249,12 @@
...
@@ -249,10 +249,12 @@
</packing>
</packing>
</child>
</child>
<child>
<child>
<object
class=
"GtkSpinButton"
id=
"port"
>
<object
class=
"GtkSpinButton"
id=
"port
-nospin
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"max_length"
>
4
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"max_width_chars"
>
4
</property>
<property
name=
"text"
translatable=
"yes"
>
0
</property>
<property
name=
"text"
translatable=
"yes"
>
0
</property>
<property
name=
"adjustment"
>
adjustment1
</property>
<property
name=
"adjustment"
>
adjustment1
</property>
<property
name=
"numeric"
>
True
</property>
<property
name=
"numeric"
>
True
</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