~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to plugins/db.mysql.editors/linux/res/editor_view.glade

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
4
5
  <object class="GtkWindow" id="window1">
5
6
    <property name="can_focus">False</property>
6
7
    <child>
72
73
                        <property name="visible">True</property>
73
74
                        <property name="can_focus">True</property>
74
75
                        <property name="editable">False</property>
 
76
                        <property name="primary_icon_activatable">False</property>
 
77
                        <property name="secondary_icon_activatable">False</property>
 
78
                        <property name="primary_icon_sensitive">True</property>
 
79
                        <property name="secondary_icon_sensitive">True</property>
75
80
                      </object>
76
81
                      <packing>
77
82
                        <property name="expand">True</property>
93
98
                        <property name="position">1</property>
94
99
                      </packing>
95
100
                    </child>
96
 
                    <child>
97
 
                      <object class="GtkImage" id="image2">
98
 
                        <property name="visible">True</property>
99
 
                        <property name="can_focus">False</property>
100
 
                        <property name="stock">gtk-missing-image</property>
101
 
                      </object>
102
 
                      <packing>
103
 
                        <property name="expand">True</property>
104
 
                        <property name="fill">True</property>
105
 
                        <property name="position">2</property>
106
 
                      </packing>
107
 
                    </child>
108
101
                  </object>
109
102
                  <packing>
110
103
                    <property name="left_attach">1</property>
116
109
                  <object class="GtkVBox" id="editor_placeholder">
117
110
                    <property name="visible">True</property>
118
111
                    <property name="can_focus">False</property>
119
 
                    <property name="orientation">vertical</property>
120
112
                    <child>
121
113
                      <placeholder/>
122
114
                    </child>