diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/commentwidget.ui | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/commentwidget.ui b/sw/uiconfig/swriter/ui/commentwidget.ui index 5f5ba1172c8f..5429fdb33c56 100644 --- a/sw/uiconfig/swriter/ui/commentwidget.ui +++ b/sw/uiconfig/swriter/ui/commentwidget.ui @@ -2,6 +2,11 @@ <!-- Generated with glade 3.40.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.20"/> + <object class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="icon-name">cmd/sc_replycomment.png</property> + </object> <!-- n-columns=1 n-rows=1 --> <object class="GtkGrid" id="Comment"> <property name="height-request">10</property> @@ -33,6 +38,7 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="halign">start</property> <property name="valign">start</property> <property name="column-homogeneous">True</property> <child> @@ -41,6 +47,7 @@ <property name="can-focus">False</property> <property name="hexpand">True</property> <property name="label" translatable="yes" context="commentspanel|authorlabel">author</property> + <property name="mnemonic-widget">resolvebutton</property> </object> <packing> <property name="left-attach">0</property> @@ -61,11 +68,13 @@ </child> <child> <object class="GtkButton" id="replybutton"> - <property name="label" translatable="yes" context="commentspanel|replybutton">Reply</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> - <property name="hexpand">True</property> + <property name="tooltip-text" translatable="yes" context="commentspanel|replybutton">Reply</property> + <property name="halign">start</property> + <property name="image">image1</property> + <property name="always-show-image">True</property> </object> <packing> <property name="left-attach">3</property> @@ -90,7 +99,8 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="halign">center</property> + <property name="tooltip-text" translatable="yes" context="commentspanel|resolvebutton">Resolve</property> + <property name="halign">start</property> <property name="draw-indicator">True</property> </object> <packing> |