diff options
author | Ayhan Yalçınsoy <ayhanyalcinsoy@pisilinux.org> | 2021-03-18 00:32:33 +0300 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-03-22 14:31:35 +0100 |
commit | 3989fdb4fc7333236869c9bec9612fc86aba77c7 (patch) | |
tree | 91c514876cf640a642b64465163d84dc74c41029 /cui/uiconfig | |
parent | 3678e0efcb8bedc58dd329a430da0ac3b1572df8 (diff) |
tdf#137925: UI:Preferred user interface rearranged
Change-Id: I9fe39064093a14917810aecaefdf8b75448f130f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112674
Tested-by: Jenkins
Reviewed-by: V, Stuart Foote <vstuart.foote@utsa.edu>
Reviewed-by: Eyal Rozenberg <eyalroz1@gmx.com>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/toolbarmodedialog.ui | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/cui/uiconfig/ui/toolbarmodedialog.ui b/cui/uiconfig/ui/toolbarmodedialog.ui index b7c6427ef7b3..37159b96cc2f 100644 --- a/cui/uiconfig/ui/toolbarmodedialog.ui +++ b/cui/uiconfig/ui/toolbarmodedialog.ui @@ -106,8 +106,8 @@ <property name="orientation">vertical</property> <property name="spacing">3</property> <child> - <object class="GtkRadioButton" id="rbButton4"> - <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton4">Tabbed</property> + <object class="GtkRadioButton" id="rbButton1"> + <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton1">Standard Toolbar</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -115,7 +115,6 @@ <property name="valign">start</property> <property name="active">True</property> <property name="draw-indicator">True</property> - <property name="group">rbButton1</property> </object> <packing> <property name="expand">False</property> @@ -124,8 +123,8 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="rbButton1"> - <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton1">Standard Toolbar</property> + <object class="GtkRadioButton" id="rbButton2"> + <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton2">Tabbed</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -133,6 +132,7 @@ <property name="valign">start</property> <property name="active">True</property> <property name="draw-indicator">True</property> + <property name="group">rbButton1</property> </object> <packing> <property name="expand">False</property> @@ -152,8 +152,8 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="rbButton2"> - <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton2">Single Toolbar</property> + <object class="GtkRadioButton" id="rbButton3"> + <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton3">Single Toolbar</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -170,8 +170,8 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="rbButton3"> - <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton3">Sidebar</property> + <object class="GtkRadioButton" id="rbButton4"> + <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton4">Sidebar</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -206,8 +206,8 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="rbButton7"> - <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton7">Groupedbar</property> + <object class="GtkRadioButton" id="rbButton6"> + <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton6">Groupedbar</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -224,8 +224,8 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="rbButton6"> - <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton6">Groupedbar Compact</property> + <object class="GtkRadioButton" id="rbButton7"> + <property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton7">Groupedbar Compact</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> |