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
6c68f2c8
Kaydet (Commit)
6c68f2c8
authored
Şub 22, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
wrap max-width-chars in a custom widget to avoid it getting dropped silently
Change-Id: I7ccbd4b2e1aebc84a59bb9000e7322c8aa62ffd7
üst
7c760f34
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
libreoffice-catalog.xml
extras/source/glade/libreoffice-catalog.xml
+15
-0
sortoptionspage.ui
sc/uiconfig/scalc/ui/sortoptionspage.ui
+1
-1
builder.cxx
vcl/source/window/builder.cxx
+1
-1
No files found.
extras/source/glade/libreoffice-catalog.xml
Dosyayı görüntüle @
6c68f2c8
...
...
@@ -57,5 +57,20 @@
<glade-widget-class
title=
"Table Container"
name=
"svxcorelo-SvxSimpleTableContainer"
generic-name=
"Simple Table Container"
parent=
"GtkTreeView"
icon-name=
"widget-gtk-treeview"
/>
<glade-widget-class
title=
"VclComboBoxText"
name=
"VclComboBoxText"
generic-name=
"ComboBoxText"
parent=
"GtkComboBoxText"
icon-name=
"widget-gtk-comboboxtext"
>
<properties>
<property
save=
"True"
query=
"False"
id=
"max-width-chars"
default=
"-1"
name=
"Maximum Width in Characters"
>
<parameter-spec>
<type>
GParamInt
</type>
<min>
-1
</min>
</parameter-spec>
<tooltip>
The desired maximum width of the ComboBox, in characters
</tooltip>
</property>
</properties>
</glade-widget-class>
</glade-widget-classes>
</glade-catalog>
sc/uiconfig/scalc/ui/sortoptionspage.ui
Dosyayı görüntüle @
6c68f2c8
...
...
@@ -164,7 +164,7 @@
</packing>
</child>
<child>
<object
class=
"
GtkComboBox
"
id=
"sortuserlb"
>
<object
class=
"
VclComboBoxText
"
id=
"sortuserlb"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"margin_left"
>
20
</property>
...
...
vcl/source/window/builder.cxx
Dosyayı görüntüle @
6c68f2c8
...
...
@@ -1060,7 +1060,7 @@ Window *VclBuilder::makeObject(Window *pParent, const OString &name, const OStri
}
else
if
(
name
==
"GtkLinkButton"
)
pWindow
=
new
FixedHyperlink
(
pParent
,
WB_CENTER
|
WB_VCENTER
|
WB_3DLOOK
|
WB_NOLABEL
);
else
if
((
name
==
"GtkComboBox"
)
||
(
name
==
"GtkComboBoxText"
))
else
if
((
name
==
"GtkComboBox"
)
||
(
name
==
"GtkComboBoxText"
)
||
(
name
==
"VclComboBoxText"
)
)
{
extractModel
(
id
,
rMap
);
if
(
extractEntry
(
rMap
))
...
...
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