~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to GlobalDialogs.glade

  • Committer: Umang Varma
  • Date: 2015-07-02 16:43:01 UTC
  • Revision ID: git-v1:1888c61ea392380299497ed6ff1ec6ae87673a5f
Generate Gtk.MessageDialog from code instead of Glade

Most dialogs now have parents (settings being the only exception)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    <property name="border_width">5</property>
85
85
    <property name="title" translatable="yes">Settings</property>
86
86
    <property name="modal">True</property>
87
 
    <property name="type_hint">dialog</property>
 
87
    <property name="type_hint">normal</property>
88
88
    <child internal-child="vbox">
89
89
      <object class="GtkBox" id="dialog-vbox1">
90
90
        <property name="can_focus">False</property>