[gtk/wip/exalm/buttons: 3/4] assistant: Remove redundant .text-button
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/exalm/buttons: 3/4] assistant: Remove redundant .text-button
- Date: Mon, 30 Aug 2021 22:02:14 +0000 (UTC)
commit 5233df5cdfba3f0abc37cb6ed265b30247bea4bc
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Aug 31 02:56:21 2021 +0500
assistant: Remove redundant .text-button
GtkButton already adds it, no need to do that again.
gtk/ui/gtkassistant.ui | 18 ------------------
1 file changed, 18 deletions(-)
---
diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui
index f8742b5f0a..0d95d9d050 100644
--- a/gtk/ui/gtkassistant.ui
+++ b/gtk/ui/gtkassistant.ui
@@ -40,9 +40,6 @@
<property name="label" translatable="yes">_Close</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
- <style>
- <class name="text-button"/>
- </style>
<signal name="clicked" handler="on_assistant_close" swapped="no"/>
</object>
</child>
@@ -52,9 +49,6 @@
<property name="label" translatable="yes">_Cancel</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
- <style>
- <class name="text-button"/>
- </style>
<signal name="clicked" handler="on_assistant_cancel" swapped="no"/>
</object>
</child>
@@ -64,9 +58,6 @@
<property name="label" translatable="yes">_Finish</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
- <style>
- <class name="text-button"/>
- </style>
<signal name="clicked" handler="on_assistant_last" swapped="no"/>
</object>
</child>
@@ -75,9 +66,6 @@
<property name="label" translatable="yes">_Back</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
- <style>
- <class name="text-button"/>
- </style>
<signal name="clicked" handler="on_assistant_back" swapped="no"/>
</object>
</child>
@@ -86,9 +74,6 @@
<property name="label" translatable="yes">_Next</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
- <style>
- <class name="text-button"/>
- </style>
<signal name="clicked" handler="on_assistant_forward" swapped="no"/>
</object>
</child>
@@ -98,9 +83,6 @@
<property name="label" translatable="yes">_Apply</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
- <style>
- <class name="text-button"/>
- </style>
<signal name="clicked" handler="on_assistant_apply" swapped="no"/>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]