diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-26 15:38:25 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-26 23:14:58 -0400 |
commit | cea725111c239216324604c430e6084a828cf5f7 (patch) | |
tree | 76b375316ff9f1ed913bb54c4df90b7d0aec676c /chart2/uiconfig/ui | |
parent | e1823a9f8abc8907f155215bc5f5280d06c41d82 (diff) |
Add the UI bits for showing "rounded edge" property for GL3D chart.
Change-Id: Ia6083c423bf8286a0b562d490283f8e1328a0124
Diffstat (limited to 'chart2/uiconfig/ui')
-rw-r--r-- | chart2/uiconfig/ui/tp_ChartType.ui | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui index 27067d0137a6..cc4452ba6f0a 100644 --- a/chart2/uiconfig/ui/tp_ChartType.ui +++ b/chart2/uiconfig/ui/tp_ChartType.ui @@ -412,6 +412,31 @@ <property name="height">1</property> </packing> </child> + <child> + <object class="GtkGrid" id="gl3dblock"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkCheckButton" id="rounded-edge"> + <property name="label" translatable="yes">Rounded edge</property> + <property name="can_focus">True</property> + <property name="no_show_all">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">3</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> </object> <packing> <property name="left_attach">1</property> |