diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-06-27 19:20:37 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-06-28 05:17:20 +0200 |
commit | 390bfad2bb6389e7e25c6b63df0e0bc9a1949f75 (patch) | |
tree | e10f9f017cfcd3e1845372c3e68ca002aef9ca41 /sfx2/uiconfig/ui/floatingrecord.ui | |
parent | 97833217ebacd77d01b8e06ee1eb05cc06c17afc (diff) |
Resave with newer Glade version
Change-Id: If3fb270c17a32410fdd23ac37e46389c9cfdf56e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169604
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'sfx2/uiconfig/ui/floatingrecord.ui')
-rw-r--r-- | sfx2/uiconfig/ui/floatingrecord.ui | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/sfx2/uiconfig/ui/floatingrecord.ui b/sfx2/uiconfig/ui/floatingrecord.ui index 570fba2a9b41..805cd33afe66 100644 --- a/sfx2/uiconfig/ui/floatingrecord.ui +++ b/sfx2/uiconfig/ui/floatingrecord.ui @@ -1,26 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.40.0 --> <interface domain="sfx"> <requires lib="gtk+" version="3.20"/> <object class="GtkDialog" id="FloatingRecord"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="title" translatable="yes" context="floatingrecord|FloatingRecord">Record Macro</property> - <property name="default_width">0</property> - <property name="default_height">0</property> - <property name="type_hint">utility</property> + <property name="default-width">0</property> + <property name="default-height">0</property> + <property name="type-hint">utility</property> <property name="deletable">False</property> - <child> - <placeholder/> - </child> <child internal-child="vbox"> <object class="GtkBox"> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="orientation">vertical</property> <child internal-child="action_area"> <object class="GtkButtonBox"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="layout_style">end</property> + <property name="can-focus">False</property> + <property name="no-show-all">True</property> + <property name="layout-style">end</property> <child> <placeholder/> </child> @@ -34,17 +31,18 @@ <child> <object class="GtkToolbar" id="toolbar"> <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="toolbar_style">text</property> - <property name="show_arrow">False</property> + <property name="toolbar-style">text</property> + <property name="show-arrow">False</property> <child> <object class="GtkToolButton" id=".uno:StopRecording"> <property name="visible">True</property> + <property name="can-focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="use_underline">True</property> + <property name="use-underline">True</property> </object> <packing> <property name="expand">True</property> |