[four-in-a-row/arnaudb/wip/gtk4: 29/42] Fix NewGameScreen.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row/arnaudb/wip/gtk4: 29/42] Fix NewGameScreen.
- Date: Mon, 4 May 2020 13:20:10 +0000 (UTC)
commit edf105b488f01938c1533bdaa41ebc34e4f1ce51
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Apr 27 13:39:02 2020 +0200
Fix NewGameScreen.
data/ui/fiar-screens.ui | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/data/ui/fiar-screens.ui b/data/ui/fiar-screens.ui
index e01b036..8c5b3e5 100644
--- a/data/ui/fiar-screens.ui
+++ b/data/ui/fiar-screens.ui
@@ -50,7 +50,7 @@
<class name="linked"/>
</style>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, on a thin window, group "Game type", label of
the button to choose to play first (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">Play _first</property>
@@ -59,7 +59,7 @@
</object>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, on a thin window, group "Game type", label of
the button to choose to play second (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">Play _second</property>
@@ -68,7 +68,7 @@
</object>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, on a thin window, group "Game type", label of
the button to choose a two-players game (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">_Two players</property>
@@ -100,7 +100,7 @@
<property name="homogeneous">True</property>
<property name="spacing">12</property>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, row "Players", label of the button to choose
a one-player game (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">_One</property>
@@ -109,7 +109,7 @@
</object>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, row "Players", label of the button to choose
a one-player game (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">_Two</property>
@@ -141,7 +141,7 @@
<property name="homogeneous">True</property>
<property name="spacing">12</property>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, row "Difficulty", label of the button to
choose an easy-level computer adversary (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">_Easy</property>
@@ -150,7 +150,7 @@
</object>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, row "Difficulty", label of the button to
choose a medium-level computer adversary (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">_Medium</property>
@@ -159,7 +159,7 @@
</object>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, row "Difficulty", label of the button to
choose a hard-level computer adversary (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">_Hard</property>
@@ -191,7 +191,7 @@
<property name="homogeneous">True</property>
<property name="spacing">12</property>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, row "Game start", label of the button to
start (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">Play _first</property>
@@ -200,7 +200,7 @@
</object>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkToggleButton">
<property name="use_underline">True</property>
<!-- Translators: when configuring a new game, row "Game start", label of the button to play
after the computer (with a mnemonic that appears pressing Alt) -->
<property name="label" translatable="yes">Play _second</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]