diff options
author | Timm Bäder <mail@baedert.org> | 2017-06-24 07:46:19 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:14 -0400 |
commit | 2d3f57a4208148942edc81daaad0175e91f9516d (patch) | |
tree | 76cbd50eae5e8e8eedccf3249178fddbc4fb8a58 /demos | |
parent | 1bffccd583443734bbc8540b3a395623a28a5fd8 (diff) | |
download | gtk+-2d3f57a4208148942edc81daaad0175e91f9516d.tar.gz |
widget-factory: Show the status bar by default
Since the action is also active by default.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/widget-factory/widget-factory.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui index 939cea9d8f..c3d6645386 100644 --- a/demos/widget-factory/widget-factory.ui +++ b/demos/widget-factory/widget-factory.ui @@ -2286,7 +2286,7 @@ microphone-sensitivity-medium-symbolic</property> </child> <child> <object class="GtkStatusbar" id="statusbar"> - <property name="visible">0</property> + <property name="visible">1</property> </object> </child> </object> |