diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2013-04-12 19:19:36 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2013-04-12 19:19:36 +0900 |
commit | 282a4944b17ed5762eeae8aa64b7b8c5b83621fc (patch) | |
tree | 697d510b600d50c9fa9672132f55009e4ea5a354 /gladeui/glade-property-label.ui | |
parent | 4835f1a1f40809a04e0edabf8d9e8a4ca1ada38b (diff) | |
download | glade-282a4944b17ed5762eeae8aa64b7b8c5b83621fc.tar.gz |
GladePropertyLabel: Set toplevel invisible by default.
Diffstat (limited to 'gladeui/glade-property-label.ui')
-rw-r--r-- | gladeui/glade-property-label.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gladeui/glade-property-label.ui b/gladeui/glade-property-label.ui index 7bc149f4..db85353c 100644 --- a/gladeui/glade-property-label.ui +++ b/gladeui/glade-property-label.ui @@ -2,7 +2,6 @@ <interface domain="glade"> <!-- interface-requires gtk+ 3.8 --> <template class="GladePropertyLabel" parent="GtkEventBox"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="visible_window">False</property> <child> |