Kaydet (Commit) 9d78d85c authored tarafından Mike Kaganski's avatar Mike Kaganski

Load align icons from theme

GTK stock images aren't available using other vcl plugins

Change-Id: I5ab23733d8d9c71fcf8db9f1867cb7d43516fff1
Co-authored-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/73548
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
(cherry picked from commit c3ce652b)
Reviewed-on: https://gerrit.libreoffice.org/73600Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst e640c1c1
...@@ -66,6 +66,21 @@ ...@@ -66,6 +66,21 @@
</object> </object>
</child> </child>
</object> </object>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">cmd/sc_alignleft.png</property>
</object>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">cmd/sc_alignhorizontalcenter.png</property>
</object>
<object class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">cmd/sc_alignright.png</property>
</object>
<object class="GtkTreeStore" id="liststore1"> <object class="GtkTreeStore" id="liststore1">
<columns> <columns>
<!-- column-name text --> <!-- column-name text -->
...@@ -796,14 +811,8 @@ ...@@ -796,14 +811,8 @@
<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">True</property> <property name="receives_default">True</property>
<property name="image">image2</property>
<property name="always_show_image">True</property> <property name="always_show_image">True</property>
<child>
<object class="GtkImage" id="image_justify_center">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-justify-center</property>
</object>
</child>
</object> </object>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
...@@ -816,14 +825,8 @@ ...@@ -816,14 +825,8 @@
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="margin_left">88</property> <property name="margin_left">88</property>
<property name="image">image1</property>
<property name="always_show_image">True</property> <property name="always_show_image">True</property>
<child>
<object class="GtkImage" id="image_justify_left">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-justify-left</property>
</object>
</child>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -835,14 +838,8 @@ ...@@ -835,14 +838,8 @@
<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">True</property> <property name="receives_default">True</property>
<property name="image">image3</property>
<property name="always_show_image">True</property> <property name="always_show_image">True</property>
<child>
<object class="GtkImage" id="image_justify_right">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-justify-right</property>
</object>
</child>
</object> </object>
<packing> <packing>
<property name="left_attach">2</property> <property name="left_attach">2</property>
......
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