Diff
Differences From Artifact [f3af732308]:
- File gtk3.xml — part of check-in [dc0351d754] at 2015-03-31 16:15:28 on branch trunk — Removed gtk2.xml, only gtk3.xml packaged and modified at runtime. (It's just the minimum version= that needs adaption meanwhile.) (user: mario, size: 129500) [annotate] [blame] [check-ins using]
To Artifact [fd5dd372cc]:
- File gtk3.xml — part of check-in [ef90440dbf] at 2015-04-01 11:17:36 on branch trunk — Tried SVG for logo, but Gtk refuses to play along; given up. Set progressbar to no-show-all. (user: mario, size: 129562) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | <?xml version="1.0" encoding="UTF-8"?> <interface> |
| ︙ | |||
2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 | 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 | + |
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkProgressBar" id="progress">
<property name="width_request">75</property>
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="fraction">0.28000000000000003</property>
<property name="text" translatable="yes">loading...</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
|
| ︙ |