diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-03 12:39:17 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-03 15:05:04 +0200 |
commit | b7ffed72befb25cd2a642e77ec745959b786d6af (patch) | |
tree | 50ec9c7998038afb430eabb110834e4aaf75d674 /sd/uiconfig | |
parent | 2d275be83f905f88c8c4ec982165af9102e3a920 (diff) |
checking the help, none of these go anywhere anyway...
so we can remove them and fix up the broken help links to show
the right page in helpcontent2 itself
Change-Id: I1fb170fc37b92d0f271b63e5099800e0e99d9b4b
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationcreatedialog.ui | 15 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationcreatetab.ui | 5 |
2 files changed, 9 insertions, 11 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationcreatedialog.ui b/sd/uiconfig/simpress/ui/customanimationcreatedialog.ui index e8c5cfe01ac6..ca082369c2e7 100644 --- a/sd/uiconfig/simpress/ui/customanimationcreatedialog.ui +++ b/sd/uiconfig/simpress/ui/customanimationcreatedialog.ui @@ -3,13 +3,13 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="CustomAnimationCreate"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">6</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> @@ -17,11 +17,9 @@ <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -33,11 +31,9 @@ <child> <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -49,11 +45,9 @@ <child> <object class="GtkButton" id="help"> <property name="label">gtk-help</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -74,6 +68,11 @@ <object class="GtkNotebook" id="tabs"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child> + <placeholder/> + </child> <child type="tab"> <object class="GtkLabel" id="entrance"> <property name="visible">True</property> diff --git a/sd/uiconfig/simpress/ui/customanimationcreatetab.ui b/sd/uiconfig/simpress/ui/customanimationcreatetab.ui index 0a8c37097e3e..4de5a0de66c4 100644 --- a/sd/uiconfig/simpress/ui/customanimationcreatetab.ui +++ b/sd/uiconfig/simpress/ui/customanimationcreatetab.ui @@ -4,6 +4,7 @@ <object class="GtkBox" id="CustomAnimationCreateTab"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="border_width">6</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> @@ -24,7 +25,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> - <property name="spacing">6</property> + <property name="spacing">12</property> <child> <object class="GtkLabel" id="effect_speed_label"> <property name="visible">True</property> @@ -67,11 +68,9 @@ <child> <object class="GtkCheckButton" id="auto_preview"> <property name="label" translatable="yes">_Automatic preview</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> |