diff options
author | Eric Seynaeve <github@nosperse.com> | 2013-04-10 00:15:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-13 02:34:29 +0200 |
commit | edc3bfd558f3065a5444ad3f5c456da9546d16c4 (patch) | |
tree | 88650faf5a290db3959b07857ffc2716ebc634fe /chart2/UIConfig_chart2.mk | |
parent | 426ab2eb7ea4e744947ef9d2ec5c72cca2d81da6 (diff) |
Adding the dialog for setting stepped lines.
The UI changes still need some more tweaking:
- adjusting the vertical alignment in the splineresourcegroup
- put the images in the radio buttons instead of in front of them
Change-Id: I4bc5ebe5167eca9a5b1341d9328a7d74b62cf819
Diffstat (limited to 'chart2/UIConfig_chart2.mk')
-rw-r--r-- | chart2/UIConfig_chart2.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/UIConfig_chart2.mk b/chart2/UIConfig_chart2.mk index da90c1946189..48d1561e7b9a 100644 --- a/chart2/UIConfig_chart2.mk +++ b/chart2/UIConfig_chart2.mk @@ -31,6 +31,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/schart,\ $(eval $(call gb_UIConfig_add_uifiles,modules/schart,\ chart2/uiconfig/ui/smoothlinesdlg \ + chart2/uiconfig/ui/steppedlinesdlg \ )) # vim: set noet sw=4 ts=4: |