[gnome-games] error-info-bar: Set halign property to fill



commit 85a75e6215f0e8b009b0d3856e387c346a3a7fb6
Author: Yetizone <andreii lisita gmail com>
Date:   Mon Feb 18 16:53:32 2019 +0200

    error-info-bar: Set halign property to fill

 data/ui/error-info-bar.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/error-info-bar.ui b/data/ui/error-info-bar.ui
index ad62ae90..2fa2a1dd 100644
--- a/data/ui/error-info-bar.ui
+++ b/data/ui/error-info-bar.ui
@@ -3,7 +3,7 @@
   <requires lib="gtk+" version="3.16"/>
   <template class="GamesErrorInfoBar" parent="GtkInfoBar">
     <property name="visible">True</property>
-    <property name="halign">center</property>
+    <property name="halign">fill</property>
     <property name="valign">start</property>
     <property name="show-close-button">True</property>
     <property name="message-type">error</property>


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