summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkassistant.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-09-29 15:37:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-09-29 15:37:29 +0000
commit502b3ceaa29663f70801920077bceaf4138b56d3 (patch)
tree7dcbe097bc935026cbf1f605346f5aca6794b618 /gtk/ui/gtkassistant.ui
parentda5efea6634a58e0bbcbf4d2cdd4b8bcd6bc377f (diff)
parent01abd1565e3d564b0464ac013f02f2b9e22d97d3 (diff)
downloadgtk+-master.tar.gz
Merge branch 'matthiasc/for-master' into 'master'master
gtk-builder-tool: Simplify <style> See merge request GNOME/gtk!4009
Diffstat (limited to 'gtk/ui/gtkassistant.ui')
-rw-r--r--gtk/ui/gtkassistant.ui18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui
index f8742b5f0a..4e8c906a90 100644
--- a/gtk/ui/gtkassistant.ui
+++ b/gtk/ui/gtkassistant.ui
@@ -10,7 +10,7 @@
<object class="GtkBox" id="main_box">
<child>
<object class="GtkBox" id="sidebar">
- <property name="orientation">vertical</property>
+ <property name="orientation">1</property>
<style>
<class name="sidebar"/>
</style>
@@ -18,7 +18,7 @@
</child>
<child>
<object class="GtkBox" id="content_box">
- <property name="orientation">vertical</property>
+ <property name="orientation">1</property>
<property name="hexpand">1</property>
<child>
<object class="GtkStack" id="content">
@@ -28,7 +28,7 @@
</child>
<child>
<object class="GtkBox" id="action_area">
- <property name="halign">end</property>
+ <property name="halign">2</property>
<property name="spacing">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
@@ -37,7 +37,7 @@
<child>
<object class="GtkButton" id="close">
<property name="visible">0</property>
- <property name="label" translatable="yes">_Close</property>
+ <property name="label" translatable="1">_Close</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
<style>
@@ -49,7 +49,7 @@
<child>
<object class="GtkButton" id="cancel">
<property name="visible">0</property>
- <property name="label" translatable="yes">_Cancel</property>
+ <property name="label" translatable="1">_Cancel</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
<style>
@@ -61,7 +61,7 @@
<child>
<object class="GtkButton" id="last">
<property name="visible">0</property>
- <property name="label" translatable="yes">_Finish</property>
+ <property name="label" translatable="1">_Finish</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
<style>
@@ -72,7 +72,7 @@
</child>
<child>
<object class="GtkButton" id="back">
- <property name="label" translatable="yes">_Back</property>
+ <property name="label" translatable="1">_Back</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
<style>
@@ -83,7 +83,7 @@
</child>
<child>
<object class="GtkButton" id="forward">
- <property name="label" translatable="yes">_Next</property>
+ <property name="label" translatable="1">_Next</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
<style>
@@ -95,7 +95,7 @@
<child>
<object class="GtkButton" id="apply">
<property name="visible">0</property>
- <property name="label" translatable="yes">_Apply</property>
+ <property name="label" translatable="1">_Apply</property>
<property name="receives-default">1</property>
<property name="use-underline">1</property>
<style>