diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-07 20:40:34 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-07 20:42:35 +0200 |
commit | 7acb661bebc052125bb7362ed594737e1d387dfb (patch) | |
tree | 5e5ecb259003622e891164d35f2bb5bf56435609 /sd | |
parent | a9c136b963134a0aa7cf20159acc1bc545f1d40e (diff) |
Photo Album Dialog: Don't add caption by default
Change-Id: I025a42b765200cfa6ac9664c03051a9f523700a0
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/photoalbum.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index 9b2e5ef1a24f..ecf3992ac126 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -349,7 +349,6 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0</property> - <property name="active">True</property> <property name="draw_indicator">True</property> </object> <packing> @@ -374,14 +373,13 @@ <property name="position">2</property> </packing> </child> - <child> + <child> <object class="GtkCheckButton" id="asr_check_crop"> <property name="label" translatable="yes">Fill Screen</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="active">False</property> <property name="draw_indicator">True</property> </object> <packing> |