diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2013-12-27 21:40:31 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2013-12-27 23:54:28 +0000 |
commit | 5be7ec4193b892e5643ff5f3f2e6755319569190 (patch) | |
tree | 903ca37876f1be68973a1693517dc0fe114c0319 /chart2 | |
parent | 21f053e2dd2867489a4d5823d9210c4368f4d115 (diff) |
Put right icon in image button
Change-Id: Ieed7b3cc0725b5d3341ed390035c55df8a8119e2
Reviewed-on: https://gerrit.libreoffice.org/7218
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/tp_ErrorBars.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/uiconfig/ui/tp_ErrorBars.ui b/chart2/uiconfig/ui/tp_ErrorBars.ui index ab8424289b93..9f9243fc26a2 100644 --- a/chart2/uiconfig/ui/tp_ErrorBars.ui +++ b/chart2/uiconfig/ui/tp_ErrorBars.ui @@ -9,12 +9,12 @@ <object class="GtkImage" id="imageRANGE_SELECT_POSITIVE"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">formula/res/refinp1.png</property> + <property name="pixbuf">chart2/res/selectrange.png</property> </object> <object class="GtkImage" id="imageRANGE_SELECT_NEG"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">formula/res/refinp1.png</property> + <property name="pixbuf">chart2/res/selectrange.png</property> </object> <object class="GtkListStore" id="liststoreFUNCTION"> <columns> |