Set a window title on the hotspot dialog
Set a blank title on the hotspot dialog, otherwise it shows up as gnome-control-center, which is ugly.
This commit is contained in:
parent
a955ec4152
commit
cd0363d3f5
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
<property name="type_hint">dialog</property>
|
||||
<property name="destroy_with_parent">True</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="title"></property>
|
||||
<property name="border-width">5</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="hotspot-dialog-vbox1">
|
||||
|
|
Loading…
Add table
Reference in a new issue