diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-09 10:00:34 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-09 10:19:57 +0300 |
commit | ccb986bae00ece4c1402ea89e66c9e46a331c8b1 (patch) | |
tree | 55cc11d1f4809a51be213548512717298047c18a /sfx2/uiconfig | |
parent | 79586cf338a6f02ca3568b12f88380cb61957dc9 (diff) |
Simplify SfxRecordingFloat_Impl by using SidebarToolBox
Change-Id: I3d2348d8e3db91b0ae4e757efa14a0168604a2b0
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/floatingrecord.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/floatingrecord.ui b/sfx2/uiconfig/ui/floatingrecord.ui index 9136b38215e6..56f521b1432b 100644 --- a/sfx2/uiconfig/ui/floatingrecord.ui +++ b/sfx2/uiconfig/ui/floatingrecord.ui @@ -17,7 +17,7 @@ <property name="vexpand">True</property> <property name="orientation">vertical</property> <child> - <object class="GtkToolbar" id="toolbar"> + <object class="sfxlo-SidebarToolBox" id="toolbar"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -31,7 +31,6 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="action_name">.uno:StopRecording</property> - <property name="label" translatable="yes">Stop Recording</property> <property name="use_underline">True</property> </object> <packing> |