[glide] Fix relief on bottom buttons
- From: Robert Carr <racarr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glide] Fix relief on bottom buttons
- Date: Sun, 2 May 2010 08:12:16 +0000 (UTC)
commit 351dbd0968d87a49821b4ca77cd3d283a75a6645
Author: Robert Carr <racarr Valentine localdomain>
Date: Sun May 2 03:24:26 2010 -0400
Fix relief on bottom buttons
data/ui/glide-window.ui | 32 +++++++++++---------------------
1 files changed, 11 insertions(+), 21 deletions(-)
---
diff --git a/data/ui/glide-window.ui b/data/ui/glide-window.ui
index 474b813..1bc60cc 100644
--- a/data/ui/glide-window.ui
+++ b/data/ui/glide-window.ui
@@ -382,19 +382,6 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="background-toolbutton">
- <property name="visible">True</property>
- <property name="related_action">background-action</property>
- <property name="use_action_appearance">True</property>
- <property name="label" translatable="yes">Set Background</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="homogeneous">True</property>
- </packing>
- </child>
- <child>
<object class="GtkToolButton" id="present-toolbutton">
<property name="visible">True</property>
<property name="related_action">present-action</property>
@@ -486,6 +473,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="related_action">prev-slide-action</property>
+ <property name="relief">none</property>
<child>
<object class="GtkImage" id="prev-slide-image">
<property name="visible">True</property>
@@ -517,6 +505,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="related_action">next-slide-action</property>
+ <property name="relief">none</property>
<child>
<object class="GtkImage" id="next-slide-image">
<property name="visible">True</property>
@@ -536,6 +525,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="related_action">remove-slide-action</property>
+ <property name="relief">none</property>
<child>
<object class="GtkImage" id="remove-slide-image">
<property name="visible">True</property>
@@ -678,14 +668,6 @@
<property name="sensitive">False</property>
<signal name="activate" handler="glide_window_present_action_activate"/>
</object>
- <object class="GtkAction" id="background-action">
- <property name="label">Set Background</property>
- <property name="short_label">Background</property>
- <property name="tooltip">Set the background of the current slide</property>
- <property name="icon_name">x-office-presentation</property>
- <property name="sensitive">False</property>
- <signal name="activate" handler="glide_window_background_action_activate"/>
- </object>
<object class="GtkAction" id="remove-slide-action">
<property name="label">Remove Slide</property>
<property name="short_label">Remove Slide</property>
@@ -766,4 +748,12 @@
<property name="sensitive">False</property>
<signal name="activate" handler="glide_window_inspector_action_activate"/>
</object>
+ <object class="GtkAction" id="background-action">
+ <property name="label">Set Background</property>
+ <property name="short_label">Background</property>
+ <property name="tooltip">Set the background of the current slide</property>
+ <property name="icon_name">x-office-presentation</property>
+ <property name="sensitive">False</property>
+ <signal name="activate" handler="glide_window_background_action_activate"/>
+ </object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]