Kaydet (Commit) 38f83693 authored tarafından heiko tietze's avatar heiko tietze Kaydeden (comit) Heiko Tietze

tdf#106544 - Merge cells dialog is difficult to understand

Added images underneath the radio buttons, placed at vcl/res/Merge*.svg

Change-Id: Id77b8076f8cd9fb031fe9974d93f35dbe32f63a8
Reviewed-on: https://gerrit.libreoffice.org/52758Reviewed-by: 's avatarSophie Gautier <gautier.sophie@gmail.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst cb4784e5
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 --> <!-- Generated with glade 3.22.1 -->
<interface domain="sc"> <interface domain="sc">
<requires lib="gtk+" version="3.18"/> <requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="MergeCellsDialog"> <object class="GtkDialog" id="MergeCellsDialog">
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
<property name="border_width">6</property> <property name="border_width">6</property>
<property name="title" translatable="yes" context="mergecellsdialog|MergeCellsDialog">Merge Cells</property> <property name="title" translatable="yes" context="mergecellsdialog|MergeCellsDialog">Merge Cells</property>
<property name="type_hint">dialog</property> <property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox"> <child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property> <property name="can_focus">False</property>
...@@ -72,39 +75,50 @@ ...@@ -72,39 +75,50 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkBox" id="box1"> <object class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="mergecellsdialog|label">Some cells are not empty.</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkGrid">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child> <child>
<object class="GtkLabel" id="label"> <object class="GtkRadioButton" id="move-cells-radio">
<property name="label" translatable="yes" context="mergecellsdialog|move-cells-radio">Move the contents of the hidden cells into the first cell</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="label" translatable="yes" context="mergecellsdialog|label">Some cells are not empty.</property> <property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="left_attach">0</property>
<property name="fill">True</property> <property name="top_attach">0</property>
<property name="position">0</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="move-cells-radio"> <object class="GtkRadioButton" id="empty-cells-radio">
<property name="label" translatable="yes" context="mergecellsdialog|move-cells-radio">Move the contents of the hidden cells into the first cell</property> <property name="label" translatable="yes" context="mergecellsdialog|empty-cells-radio">Empty the contents of the hidden cells</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
<property name="group">keep-content-radio</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="left_attach">0</property>
<property name="fill">True</property> <property name="top_attach">4</property>
<property name="position">1</property>
</packing> </packing>
</child> </child>
<child> <child>
...@@ -119,33 +133,59 @@ ...@@ -119,33 +133,59 @@
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="left_attach">0</property>
<property name="fill">True</property> <property name="top_attach">2</property>
<property name="position">2</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="empty-cells-radio"> <object class="GtkImage" id="imMergeFirstCell">
<property name="label" translatable="yes" context="mergecellsdialog|empty-cells-radio">Empty the contents of the hidden cells</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">False</property>
<property name="receives_default">False</property> <property name="halign">start</property>
<property name="use_underline">True</property> <property name="margin_left">24</property>
<property name="xalign">0</property> <property name="margin_bottom">6</property>
<property name="draw_indicator">True</property> <property name="hexpand">False</property>
<property name="group">keep-content-radio</property> <property name="pixbuf">vcl/res/MergeFirstCell.svg</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="left_attach">0</property>
<property name="fill">True</property> <property name="top_attach">1</property>
<property name="position">3</property> </packing>
</child>
<child>
<object class="GtkImage" id="imMergeKeepHidden">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_left">24</property>
<property name="margin_bottom">6</property>
<property name="hexpand">True</property>
<property name="pixbuf">vcl/res/MergeKeepHidden.svg</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkImage" id="imMergeEmptyHidden">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_left">24</property>
<property name="hexpand">True</property>
<property name="pixbuf">vcl/res/MergeEmptyHidden.svg</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">5</property>
</packing> </packing>
</child> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">1</property> <property name="position">2</property>
</packing> </packing>
</child> </child>
</object> </object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment