summaryrefslogtreecommitdiff
path: root/data/gl-window.ui
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2021-10-11 00:28:12 +0200
committerDavid King <amigadave@amigadave.com>2022-03-28 17:11:49 +0100
commit01bf4423f6dee07f9a7efcd8ba42410e78ccc7f2 (patch)
treecd87e99faf2e423493eb2d0d7efa7eedf9584f15 /data/gl-window.ui
parentc45a175be8271ef363784ff1f85f1794ec1a889b (diff)
downloadgnome-logs-01bf4423f6dee07f9a7efcd8ba42410e78ccc7f2.tar.gz
info_bar: Set label in the UI file
Removes the need to use container api.
Diffstat (limited to 'data/gl-window.ui')
-rw-r--r--data/gl-window.ui10
1 files changed, 8 insertions, 2 deletions
diff --git a/data/gl-window.ui b/data/gl-window.ui
index 5e40309..dd3e3fa 100644
--- a/data/gl-window.ui
+++ b/data/gl-window.ui
@@ -16,12 +16,18 @@
<child>
<object class="GtkInfoBar" id="info_bar">
<property name="message-type">GTK_MESSAGE_ERROR</property>
+ <property name="visible">False</property>
<child>
<object class="GtkBox" id="action_area">
<property name="visible">True</property>
<property name="orientation">horizontal</property>
- <!-- TODO -->
- <!-- <property name="layout_style">center</property> -->
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="message_label">
+ <property name="hexpand">True</property>
+ <property name="halign">start</property>
+ </object>
+ </child>
<child>
<object class="GtkButton" id="help_button">
<property name="visible">True</property>