[gnome-nibbles/arnaudb/wip/gtk4: 188/188] Add requires in UI files.




commit 7a16ab3c9edadd9b51754ddfb7055000d8465741
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Oct 2 16:04:06 2020 +0200

    Add requires in UI files.

 data/ui/controls-grid.ui      | 1 +
 data/ui/controls.ui           | 1 +
 data/ui/first-run.ui          | 1 +
 data/ui/help-overlay.ui       | 2 +-
 data/ui/nibbles.ui            | 1 +
 data/ui/player-score-box.ui   | 1 +
 data/ui/players.ui            | 1 +
 data/ui/preferences-dialog.ui | 1 +
 data/ui/scoreboard.ui         | 1 +
 data/ui/speed.ui              | 1 +
 10 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/controls-grid.ui b/data/ui/controls-grid.ui
index e676254..6991e85 100644
--- a/data/ui/controls-grid.ui
+++ b/data/ui/controls-grid.ui
@@ -18,6 +18,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <template class="ControlsGrid" parent="GtkButton">
     <property name="halign">center</property>
     <property name="valign">center</property>
diff --git a/data/ui/controls.ui b/data/ui/controls.ui
index 10f1f7e..c50b994 100644
--- a/data/ui/controls.ui
+++ b/data/ui/controls.ui
@@ -19,6 +19,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <template class="Controls" parent="GtkBox">
     <property name="orientation">vertical</property>
     <child>
diff --git a/data/ui/first-run.ui b/data/ui/first-run.ui
index 7873fe1..8996759 100644
--- a/data/ui/first-run.ui
+++ b/data/ui/first-run.ui
@@ -19,6 +19,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <template class="FirstRun" parent="GtkBox">
     <property name="orientation">vertical</property>
     <property name="width-request">350</property>
diff --git a/data/ui/help-overlay.ui b/data/ui/help-overlay.ui
index 3101e85..1fb5ec7 100644
--- a/data/ui/help-overlay.ui
+++ b/data/ui/help-overlay.ui
@@ -18,7 +18,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface domain="gnome-nibbles">
-  <requires lib="gtk+" version="3.12"/>
+  <requires lib="gtk+" version="3.99"/>
   <object class="GtkShortcutsWindow" id="help_overlay">
     <child>
       <object class="GtkShortcutsSection">
diff --git a/data/ui/nibbles.ui b/data/ui/nibbles.ui
index 626df5e..5d042c6 100644
--- a/data/ui/nibbles.ui
+++ b/data/ui/nibbles.ui
@@ -19,6 +19,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <menu id="app-menu">
     <section>
       <item>
diff --git a/data/ui/player-score-box.ui b/data/ui/player-score-box.ui
index adea671..c261788 100644
--- a/data/ui/player-score-box.ui
+++ b/data/ui/player-score-box.ui
@@ -18,6 +18,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <template class="PlayerScoreBox" parent="GtkBox">
     <property name="orientation">vertical</property>
     <property name="spacing">5</property>
diff --git a/data/ui/players.ui b/data/ui/players.ui
index d7549b4..67df669 100644
--- a/data/ui/players.ui
+++ b/data/ui/players.ui
@@ -19,6 +19,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <template class="Players" parent="GtkBox">
     <property name="orientation">vertical</property>
     <property name="width-request">644</property>
diff --git a/data/ui/preferences-dialog.ui b/data/ui/preferences-dialog.ui
index b330cac..2aedce4 100644
--- a/data/ui/preferences-dialog.ui
+++ b/data/ui/preferences-dialog.ui
@@ -19,6 +19,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <object class="GtkStack" id="headerbar_stack">
     <child>
       <object class="GtkStackPage">
diff --git a/data/ui/scoreboard.ui b/data/ui/scoreboard.ui
index 5fab999..a015d78 100644
--- a/data/ui/scoreboard.ui
+++ b/data/ui/scoreboard.ui
@@ -18,6 +18,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <template class="Scoreboard" parent="GtkBox">
     <property name="orientation">horizontal</property>
     <property name="spacing">16</property>
diff --git a/data/ui/speed.ui b/data/ui/speed.ui
index b4e0a21..f08e010 100644
--- a/data/ui/speed.ui
+++ b/data/ui/speed.ui
@@ -19,6 +19,7 @@
    with this GNOME Nibbles.  If not, see <https://www.gnu.org/licenses/>.
 -->
 <interface>
+  <requires lib="gtk+" version="3.99"/>
   <template class="Speed" parent="GtkBox">
     <property name="orientation">vertical</property>
     <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]