Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
work in progress on issue #125.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Sep 15, 2015
1 parent aaa0e6f commit 1a63b06
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 301 deletions.
45 changes: 38 additions & 7 deletions bauble/connmgr.glade
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ Click on &lt;b&gt;Add&lt;/b&gt; to create a new connection.</property>
<property name="receives_default">False</property>
<property name="use_action_appearance">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_usedefaults_chkbx_toggled" swapped="no"/>
</object>
<packing>
<property name="right_attach">2</property>
Expand Down Expand Up @@ -284,7 +285,18 @@ Click on &lt;b&gt;Add&lt;/b&gt; to create a new connection.</property>
</packing>
</child>
<child>
<placeholder/>
<object class="GtkButton" id="file_btnbrowse">
<property name="label">...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
Expand Down Expand Up @@ -316,7 +328,18 @@ Click on &lt;b&gt;Add&lt;/b&gt; to create a new connection.</property>
</packing>
</child>
<child>
<placeholder/>
<object class="GtkButton" id="pictureroot_btnbrowse">
<property name="label">...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
Expand Down Expand Up @@ -470,7 +493,7 @@ Click on &lt;b&gt;Add&lt;/b&gt; to create a new connection.</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkEntry" id="pictureroot_entry1">
<object class="GtkEntry" id="pictureroot2_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
Expand All @@ -487,7 +510,18 @@ Click on &lt;b&gt;Add&lt;/b&gt; to create a new connection.</property>
</packing>
</child>
<child>
<placeholder/>
<object class="GtkButton" id="pictureroot2_btnbrowse">
<property name="label">...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
Expand All @@ -504,9 +538,6 @@ Click on &lt;b&gt;Add&lt;/b&gt; to create a new connection.</property>
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">True</property>
Expand Down
Loading

0 comments on commit 1a63b06

Please sign in to comment.