diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-04 12:01:25 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-04 15:14:22 +0200 |
commit | ef0217f24e99a3313ed1467c6f2f496a14777db2 (patch) | |
tree | 601502573d5a2ab3c9fb0dd7c5114f78e9e6e317 /extensions/uiconfig | |
parent | eea5ac7910d61796d77fe2cc03681dd24bb7dd95 (diff) |
abpilot: add checkbox to embed data source in datasourcepage
Change-Id: Iea9984af3f08ed214815b9477019695f2339a7f3
Diffstat (limited to 'extensions/uiconfig')
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/datasourcepage.ui | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui index cce60fe384b8..0339bd75e5df 100644 --- a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui +++ b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui @@ -34,13 +34,27 @@ Now, just enter the name under which you want to register the data source in %PR <property name="hexpand">True</property> <property name="row_spacing">6</property> <child> + <object class="GtkCheckButton" id="embed"> + <property name="label" translatable="yes">Embed this address book definition into the current document.</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="column_spacing">12</property> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkLabel" id="locationft"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> @@ -92,7 +106,7 @@ Now, just enter the name under which you want to register the data source in %PR </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -108,7 +122,7 @@ Now, just enter the name under which you want to register the data source in %PR </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -190,7 +204,7 @@ Now, just enter the name under which you want to register the data source in %PR </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">3</property> <property name="width">1</property> <property name="height">1</property> </packing> |