diff options
author | 4k5h1t <ask160203@gmail.com> | 2022-02-13 00:17:13 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2022-02-15 06:18:29 +0100 |
commit | 31180cc24f8ff66895c52a2d4aa828ee0dcb34f3 (patch) | |
tree | 2f9a65d527e9d796888332e1e66d8c9e0885b434 /svx/uiconfig/ui | |
parent | d4ce88a36428231e65cc247967890496192e78cc (diff) |
tdf#145092 - Remove option "Word justify" from FontWork toolbar
Change-Id: Id36f7b1b8313868e730018737b353d92adbde33e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124337
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/fontworkalignmentcontrol.ui | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/svx/uiconfig/ui/fontworkalignmentcontrol.ui b/svx/uiconfig/ui/fontworkalignmentcontrol.ui index 13abbb71ec3b..2a8e1c8288b8 100644 --- a/svx/uiconfig/ui/fontworkalignmentcontrol.ui +++ b/svx/uiconfig/ui/fontworkalignmentcontrol.ui @@ -17,11 +17,6 @@ <property name="can_focus">False</property> <property name="icon_name">svx/res/fontworkalignright_16.png</property> </object> - <object class="GtkImage" id="image4"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="icon_name">svx/res/fontworkalignjustified_16.png</property> - </object> <object class="GtkImage" id="image5"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -92,23 +87,6 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="word"> - <property name="label" translatable="yes" context="fontworkalignmentcontrol|RID_SVXSTR_ALIGN_WORD">_Word Justify</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="image">image4</property> - <property name="use_underline">True</property> - <property name="always_show_image">True</property> - <property name="draw_indicator">True</property> - <property name="group">left</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">3</property> - </packing> - </child> - <child> <object class="GtkRadioButton" id="stretch"> <property name="label" translatable="yes" context="fontworkalignmentcontrol|RID_SVXSTR_ALIGN_STRETCH">S_tretch Justify</property> <property name="visible">True</property> @@ -122,7 +100,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">4</property> + <property name="top_attach">3</property> </packing> </child> </object> |