diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-06-27 19:00:15 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-07-01 09:39:26 +0200 |
commit | fddc381856aba41b95faccaa803c7fe9cf4ec721 (patch) | |
tree | 19e9d126601f99aead34bba70d130901cfd845fe /svtools/uiconfig/ui/tabbaredit.ui | |
parent | 4b3995bf5d0058ec70e35679abf1940a5c0e2f69 (diff) |
Resave with newer Glade version
Change-Id: I427437cf861ea75413d5bee14cca2dba73add1a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169603
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'svtools/uiconfig/ui/tabbaredit.ui')
-rw-r--r-- | svtools/uiconfig/ui/tabbaredit.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svtools/uiconfig/ui/tabbaredit.ui b/svtools/uiconfig/ui/tabbaredit.ui index 5402b18b70a5..0b9ec9ff878b 100644 --- a/svtools/uiconfig/ui/tabbaredit.ui +++ b/svtools/uiconfig/ui/tabbaredit.ui @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.36.0 --> +<!-- Generated with glade 3.40.0 --> <interface domain="svt"> <requires lib="gtk+" version="3.20"/> <object class="GtkBox" id="TabBarEdit"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> <property name="vexpand">True</property> @@ -12,14 +12,14 @@ <child> <object class="GtkEntry" id="entry"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can-focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="has_frame">False</property> - <property name="activates_default">True</property> - <property name="width_chars">1</property> - <property name="truncate-multiline">True</property> + <property name="has-frame">False</property> + <property name="activates-default">True</property> + <property name="width-chars">1</property> <property name="xalign">0.5</property> + <property name="truncate-multiline">True</property> </object> <packing> <property name="expand">False</property> |