[epiphany/wip/exalm/red-buttons: 1/2] history-dialog: Move destructive-action buttons at the end
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/red-buttons: 1/2] history-dialog: Move destructive-action buttons at the end
- Date: Tue, 20 Oct 2020 10:40:30 +0000 (UTC)
commit 7f9e99cdf9b8760271162cd98a7a2086c97cddbb
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Oct 20 15:31:10 2020 +0500
history-dialog: Move destructive-action buttons at the end
Avoid having Delete and Open near each other.
src/resources/gtk/history-dialog.ui | 54 ++++++++++++++++++-------------------
1 file changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/src/resources/gtk/history-dialog.ui b/src/resources/gtk/history-dialog.ui
index c66d82995..0c82336ba 100644
--- a/src/resources/gtk/history-dialog.ui
+++ b/src/resources/gtk/history-dialog.ui
@@ -350,6 +350,9 @@
<class name="image-button"/>
</style>
</object>
+ <packing>
+ <property name="pack-type">end</property>
+ </packing>
</child>
</object>
</child>
@@ -357,34 +360,31 @@
<object class="GtkActionBar" id="selection_action_bar">
<property name="visible">True</property>
<child>
- <object class="GtkBox">
+ <object class="GtkButton" id="selection_delete_button">
<property name="visible">True</property>
- <property name="spacing">5</property>
- <child>
- <object class="GtkButton" id="selection_delete_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="sensitive">False</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes">_Delete</property>
- <signal name="clicked" handler="on_selection_delete_button_clicked"/>
- <style>
- <class name="destructive-action"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="selection_open_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="sensitive">False</property>
- <property name="use_underline">True</property>
- <property name="label" translatable="yes">_Open</property>
- <signal name="clicked" handler="on_selection_open_button_clicked"/>
- </object>
- </child>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="sensitive">False</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes">_Delete</property>
+ <signal name="clicked" handler="on_selection_delete_button_clicked"/>
+ <style>
+ <class name="destructive-action"/>
+ </style>
+ </object>
+ <packing>
+ <property name="pack-type">end</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="selection_open_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="sensitive">False</property>
+ <property name="use_underline">True</property>
+ <property name="label" translatable="yes">_Open</property>
+ <signal name="clicked" handler="on_selection_open_button_clicked"/>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]