|
|
@ -9,7 +9,9 @@ |
|
|
|
<property name="icon_size">3</property> |
|
|
|
</object> |
|
|
|
<template class="PendingTransmission" parent="GtkWindow"> |
|
|
|
<property name="name">pendingTransmission</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="decorated">False</property> |
|
|
|
<child> |
|
|
|
<placeholder/> |
|
|
|
</child> |
|
|
@ -17,27 +19,47 @@ |
|
|
|
<object class="GtkBox"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="margin_left">6</property> |
|
|
|
<property name="margin_right">6</property> |
|
|
|
<child> |
|
|
|
<placeholder/> |
|
|
|
<object class="GtkImage"> |
|
|
|
<property name="width_request">50</property> |
|
|
|
<property name="height_request">50</property> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="stock">gtk-network</property> |
|
|
|
<property name="icon_size">6</property> |
|
|
|
</object> |
|
|
|
<packing> |
|
|
|
<property name="expand">False</property> |
|
|
|
<property name="fill">True</property> |
|
|
|
<property name="position">0</property> |
|
|
|
</packing> |
|
|
|
</child> |
|
|
|
<child> |
|
|
|
<object class="GtkBox"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="margin_left">6</property> |
|
|
|
<property name="margin_right">6</property> |
|
|
|
<property name="margin_top">6</property> |
|
|
|
<property name="margin_bottom">6</property> |
|
|
|
<property name="orientation">vertical</property> |
|
|
|
<child> |
|
|
|
<object class="GtkBox"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="orientation">vertical</property> |
|
|
|
<property name="spacing">6</property> |
|
|
|
<property name="homogeneous">True</property> |
|
|
|
<child> |
|
|
|
<object class="GtkLabel"> |
|
|
|
<object class="GtkLabel" id="fileNameLabel"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="label" translatable="yes">screenshot_01-292.jpg</property> |
|
|
|
<property name="ellipsize">end</property> |
|
|
|
<attributes> |
|
|
|
<attribute name="weight" value="bold"/> |
|
|
|
<attribute name="scale" value="1.2"/> |
|
|
|
</attributes> |
|
|
|
</object> |
|
|
|
<packing> |
|
|
|
<property name="expand">False</property> |
|
|
@ -46,7 +68,7 @@ |
|
|
|
</packing> |
|
|
|
</child> |
|
|
|
<child> |
|
|
|
<object class="GtkLabel"> |
|
|
|
<object class="GtkLabel" id="fileNameMetadata"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="label" translatable="yes">336 KB</property> |
|
|
@ -65,12 +87,13 @@ |
|
|
|
</packing> |
|
|
|
</child> |
|
|
|
<child> |
|
|
|
<object class="GtkButton"> |
|
|
|
<object class="GtkButton" id="transmissionCodeButton"> |
|
|
|
<property name="label" translatable="yes">5-courier-happening</property> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">True</property> |
|
|
|
<property name="receives_default">True</property> |
|
|
|
<property name="halign">center</property> |
|
|
|
<property name="margin_top">6</property> |
|
|
|
</object> |
|
|
|
<packing> |
|
|
|
<property name="expand">False</property> |
|
|
@ -86,12 +109,16 @@ |
|
|
|
</packing> |
|
|
|
</child> |
|
|
|
<child> |
|
|
|
<object class="GtkButton"> |
|
|
|
<object class="GtkButton" id="cancelTransmission"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">True</property> |
|
|
|
<property name="receives_default">True</property> |
|
|
|
<property name="halign">center</property> |
|
|
|
<property name="valign">center</property> |
|
|
|
<property name="margin_left">16</property> |
|
|
|
<property name="margin_right">16</property> |
|
|
|
<property name="margin_top">16</property> |
|
|
|
<property name="margin_bottom">16</property> |
|
|
|
<property name="image">image1</property> |
|
|
|
<style> |
|
|
|
<class name="circular"/> |
|
|
|