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
2d37dd8d
Kaydet (Commit)
2d37dd8d
authored
Nis 03, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#76486 Uniform Arrangement of the Help Button
Change-Id: If59c5c4901aeec404099c810a021eea8b8b3d3ab
üst
bb4dd8d9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
42 deletions
+37
-42
insertplugin.ui
cui/uiconfig/ui/insertplugin.ui
+0
-1
libreoffice-catalog.xml.in
extras/source/glade/libreoffice-catalog.xml.in
+3
-0
password.ui
sfx2/uiconfig/ui/password.ui
+11
-14
insertfootnote.ui
sw/uiconfig/swriter/ui/insertfootnote.ui
+0
-1
inserttable.ui
sw/uiconfig/swriter/ui/inserttable.ui
+15
-18
wordcount.ui
sw/uiconfig/swriter/ui/wordcount.ui
+8
-8
No files found.
cui/uiconfig/ui/insertplugin.ui
Dosyayı görüntüle @
2d37dd8d
...
...
@@ -189,7 +189,6 @@
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
2
</property>
<property
name=
"secondary"
>
True
</property>
</packing>
</child>
</object>
...
...
extras/source/glade/libreoffice-catalog.xml.in
Dosyayı görüntüle @
2d37dd8d
...
...
@@ -39,6 +39,9 @@
<glade-widget-class
title=
"Thesaurus Edit"
name=
"cuilo-ReplaceEdit"
generic-name=
"ReplaceEdit"
parent=
"GtkEntry"
icon-name=
"widget-gtk-textentry"
/>
<glade-widget-class
title=
"TableName Edit"
name=
"swlo-TableNameEdit"
generic-name=
"TableNameEdit"
parent=
"GtkEntry"
icon-name=
"widget-gtk-textentry"
/>
<glade-widget-class
title=
"Thesaurus Lookup"
name=
"cuilo-LookUpComboBox"
generic-name=
"LookUpComboBox"
parent=
"GtkEntry"
icon-name=
"widget-gtk-comboboxtext"
/>
...
...
sfx2/uiconfig/ui/password.ui
Dosyayı görüntüle @
2d37dd8d
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface>
<
!-- interface-requires gtk+ 3.0 --
>
<
requires
lib=
"gtk+"
version=
"3.0"
/
>
<object
class=
"GtkDialog"
id=
"PasswordDialog"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
...
...
@@ -16,10 +17,12 @@
<property
name=
"can_focus"
>
False
</property>
<property
name=
"layout_style"
>
end
</property>
<child>
<object
class=
"GtkButton"
id=
"
help
"
>
<property
name=
"label"
>
gtk-
help
</property>
<object
class=
"GtkButton"
id=
"
ok
"
>
<property
name=
"label"
>
gtk-
ok
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"sensitive"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
...
...
@@ -30,12 +33,10 @@
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"
ok
"
>
<property
name=
"label"
>
gtk-
ok
</property>
<object
class=
"GtkButton"
id=
"
cancel
"
>
<property
name=
"label"
>
gtk-
cancel
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"sensitive"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
...
...
@@ -46,8 +47,8 @@
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"
cancel
"
>
<property
name=
"label"
>
gtk-
cancel
</property>
<object
class=
"GtkButton"
id=
"
help
"
>
<property
name=
"label"
>
gtk-
help
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
...
...
@@ -159,7 +160,6 @@
<property
name=
"hexpand"
>
True
</property>
<property
name=
"visibility"
>
False
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"invisible_char_set"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
...
...
@@ -175,7 +175,6 @@
<property
name=
"hexpand"
>
True
</property>
<property
name=
"visibility"
>
False
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"invisible_char_set"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
...
...
@@ -262,7 +261,6 @@
<property
name=
"hexpand"
>
True
</property>
<property
name=
"visibility"
>
False
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"invisible_char_set"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
...
...
@@ -278,7 +276,6 @@
<property
name=
"hexpand"
>
True
</property>
<property
name=
"visibility"
>
False
</property>
<property
name=
"invisible_char"
>
●
</property>
<property
name=
"invisible_char_set"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
...
...
@@ -331,9 +328,9 @@
</object>
</child>
<action-widgets>
<action-widget
response=
"0"
>
help
</action-widget>
<action-widget
response=
"0"
>
ok
</action-widget>
<action-widget
response=
"0"
>
cancel
</action-widget>
<action-widget
response=
"0"
>
help
</action-widget>
</action-widgets>
</object>
</interface>
sw/uiconfig/swriter/ui/insertfootnote.ui
Dosyayı görüntüle @
2d37dd8d
...
...
@@ -96,7 +96,6 @@
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
3
</property>
<property
name=
"secondary"
>
True
</property>
</packing>
</child>
</object>
...
...
sw/uiconfig/swriter/ui/inserttable.ui
Dosyayı görüntüle @
2d37dd8d
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface>
<!-- interface-requires gtk+ 3.0 -->
<requires
lib=
"gtk+"
version=
"3.0"
/>
<!-- interface-requires LibreOffice 1.0 -->
<object
class=
"GtkAdjustment"
id=
"adjustment1"
>
<property
name=
"lower"
>
1
</property>
<property
name=
"upper"
>
99
</property>
...
...
@@ -24,28 +26,27 @@
<property
name=
"margin_top"
>
12
</property>
<property
name=
"layout_style"
>
end
</property>
<child>
<object
class=
"GtkButton"
id=
"
help
"
>
<property
name=
"label"
>
gtk-help
</property>
<object
class=
"GtkButton"
id=
"
ok
"
>
<property
name=
"label"
translatable=
"yes"
>
Insert
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
<property
name=
"expand"
>
Tru
e
</property>
<property
name=
"expand"
>
Fals
e
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
0
</property>
<property
name=
"secondary"
>
True
</property>
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"
ok
"
>
<property
name=
"label"
translatable=
"yes"
>
Insert
</property>
<object
class=
"GtkButton"
id=
"
cancel
"
>
<property
name=
"label"
>
gtk-cancel
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
...
...
@@ -54,15 +55,15 @@
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"
cancel
"
>
<property
name=
"label"
>
gtk-
cancel
</property>
<object
class=
"GtkButton"
id=
"
help
"
>
<property
name=
"label"
>
gtk-
help
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
<property
name=
"expand"
>
Fals
e
</property>
<property
name=
"expand"
>
Tru
e
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
2
</property>
</packing>
...
...
@@ -109,7 +110,6 @@
<property
name=
"can_focus"
>
True
</property>
<property
name=
"invisible_char"
>
•
</property>
<property
name=
"shadow_type"
>
out
</property>
<property
name=
"invisible_char_set"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
...
...
@@ -156,7 +156,6 @@
<property
name=
"can_focus"
>
True
</property>
<property
name=
"invisible_char"
>
•
</property>
<property
name=
"shadow_type"
>
none
</property>
<property
name=
"invisible_char_set"
>
True
</property>
<property
name=
"progress_pulse_step"
>
1
</property>
<property
name=
"adjustment"
>
adjustment1
</property>
<property
name=
"climb_rate"
>
1
</property>
...
...
@@ -190,7 +189,6 @@
<property
name=
"can_focus"
>
True
</property>
<property
name=
"invisible_char"
>
•
</property>
<property
name=
"shadow_type"
>
out
</property>
<property
name=
"invisible_char_set"
>
True
</property>
<property
name=
"progress_pulse_step"
>
1
</property>
<property
name=
"adjustment"
>
adjustment1
</property>
<property
name=
"climb_rate"
>
1
</property>
...
...
@@ -325,7 +323,6 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"invisible_char"
>
•
</property>
<property
name=
"invisible_char_set"
>
True
</property>
<property
name=
"progress_pulse_step"
>
1
</property>
<property
name=
"adjustment"
>
adjustment1
</property>
<property
name=
"climb_rate"
>
1
</property>
...
...
@@ -410,9 +407,9 @@
</object>
</child>
<action-widgets>
<action-widget
response=
"0"
>
help
</action-widget>
<action-widget
response=
"0"
>
ok
</action-widget>
<action-widget
response=
"0"
>
cancel
</action-widget>
<action-widget
response=
"0"
>
help
</action-widget>
</action-widgets>
</object>
</interface>
sw/uiconfig/swriter/ui/wordcount.ui
Dosyayı görüntüle @
2d37dd8d
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface>
<
!-- interface-requires gtk+ 3.0 --
>
<
requires
lib=
"gtk+"
version=
"3.0"
/
>
<object
class=
"GtkDialog"
id=
"WordCountDialog"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
...
...
@@ -17,10 +18,11 @@
<property
name=
"can_focus"
>
False
</property>
<property
name=
"layout_style"
>
end
</property>
<child>
<object
class=
"GtkButton"
id=
"
help
"
>
<property
name=
"label"
>
gtk-
help
</property>
<object
class=
"GtkButton"
id=
"
close
"
>
<property
name=
"label"
>
gtk-
close
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
...
...
@@ -28,15 +30,13 @@
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
0
</property>
<property
name=
"secondary"
>
True
</property>
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"
close
"
>
<property
name=
"label"
>
gtk-
close
</property>
<object
class=
"GtkButton"
id=
"
help
"
>
<property
name=
"label"
>
gtk-
help
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
...
...
@@ -303,8 +303,8 @@
</object>
</child>
<action-widgets>
<action-widget
response=
"0"
>
help
</action-widget>
<action-widget
response=
"0"
>
close
</action-widget>
<action-widget
response=
"0"
>
help
</action-widget>
</action-widgets>
</object>
<object
class=
"GtkSizeGroup"
id=
"sizegroup1"
>
...
...
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