Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Frontend: Settings window: Display "Loading ..." text while looking f…
Browse files Browse the repository at this point in the history
…or scanners

Signed-off-by: Jerome Flesch <jflesch@gmail.com>
  • Loading branch information
jflesch committed Nov 14, 2015
1 parent 02ab575 commit d620fda
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/paperwork/frontend/settingswindow/settingswindow.glade
Expand Up @@ -152,6 +152,7 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="model">liststoreLoading</property>
<property name="active">0</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
Expand All @@ -173,6 +174,7 @@
<property name="can_focus">False</property>
<property name="margin_top">2</property>
<property name="active">0</property>
<property name="model">liststoreLoading</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext5"/>
<attributes>
Expand All @@ -191,6 +193,7 @@
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="active">0</property>
<property name="model">liststoreLoading</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext2"/>
<attributes>
Expand Down Expand Up @@ -526,6 +529,20 @@
</object>
</child>
</object>
<object class="GtkListStore" id="liststoreLoading">
<columns>
<!-- column-name userName -->
<column type="gchararray"/>
<!-- column-name value -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Loading ...</col>
<col id="1"></col>
</row>
</data>
</object>
<object class="GtkListStore" id="liststoreResolution">
<columns>
<!-- column-name userName -->
Expand Down

0 comments on commit d620fda

Please sign in to comment.