[gnome-games] ui: Specify 'visible' value for hidden wigets
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] ui: Specify 'visible' value for hidden wigets
- Date: Fri, 3 Aug 2018 21:40:24 +0000 (UTC)
commit ba34df5d0d385c78a882ff31129649d4bf1eaa4e
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Sun Jul 29 17:19:17 2018 +0500
ui: Specify 'visible' value for hidden wigets
data/ui/checkmark-item.ui | 1 +
data/ui/collection-header-bar.ui | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/checkmark-item.ui b/data/ui/checkmark-item.ui
index 0d6de35a..027c97eb 100644
--- a/data/ui/checkmark-item.ui
+++ b/data/ui/checkmark-item.ui
@@ -13,6 +13,7 @@
</child>
<child>
<object class="GtkImage" id="checkmark_image">
+ <property name="visible">False</property>
<property name="icon-name">object-select-symbolic</property>
<property name="valign">center</property>
</object>
diff --git a/data/ui/collection-header-bar.ui b/data/ui/collection-header-bar.ui
index 9789c580..f79cd484 100644
--- a/data/ui/collection-header-bar.ui
+++ b/data/ui/collection-header-bar.ui
@@ -84,7 +84,7 @@
</child>
</template>
<object class="GtkPopover" id="menu_popover">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<child>
<object class="GtkBox">
<property name="border_width">12</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]