diff options
author | Katarina Behrens <bubli@bubli.org> | 2015-02-02 21:31:03 +0100 |
---|---|---|
committer | Katarina Behrens <bubli@bubli.org> | 2015-02-03 12:02:56 +0100 |
commit | 552f754ab9d9f0fedd73d5328618315ec774d3d6 (patch) | |
tree | e35c0c8514f1eddf88b8d39e6705d4c2c7045fa0 /sc/uiconfig/scalc/ui | |
parent | dbe269df9c7d48b59c42b1a2c246d6dbc4b77dc6 (diff) |
tdf#87356: Enable switching between gradient and solid fill data bar
Could use a checkbox instead of listbox here, since our LB has only
2 values, but with listbox it'll be easier to add more fill types in
the future
Change-Id: I67cd94b9b49b06434e4a22788b032425c3728e7f
Diffstat (limited to 'sc/uiconfig/scalc/ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/databaroptions.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/databaroptions.ui b/sc/uiconfig/scalc/ui/databaroptions.ui index 3a617f5ccf04..e653d1ec47a9 100644 --- a/sc/uiconfig/scalc/ui/databaroptions.ui +++ b/sc/uiconfig/scalc/ui/databaroptions.ui @@ -281,6 +281,35 @@ <property name="height">1</property> </packing> </child> + <child> + <object class="GtkLabel" id="label10"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Fill:</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkComboBoxText" id="fill_type"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <items> + <item translatable="yes">Color</item> + <item translatable="yes">Gradient</item> + </items> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">2</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> </object> </child> </object> |