Now shows the icon in wayland
This commit is contained in:
parent
0b677edd1c
commit
1c70cbc48a
5 changed files with 296 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.20.0 -->
|
||||
<!-- Generated with glade 3.20.1 -->
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.10"/>
|
||||
<object class="GtkListStore" id="disc_size_list">
|
||||
|
|
@ -46,9 +46,8 @@
|
|||
<property name="width_request">1000</property>
|
||||
<property name="height_request">560</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title" translatable="yes">Devede</property>
|
||||
<property name="window_position">center</property>
|
||||
<property name="icon">devedeng.svg</property>
|
||||
<property name="icon">devedeng_icon.svg</property>
|
||||
<signal name="delete-event" handler="on_wmain_window_delete_event" swapped="no"/>
|
||||
<signal name="drag-data-received" handler="on_wmain_window_drag_data_received" swapped="no"/>
|
||||
<signal name="drag-drop" handler="on_wmain_window_drag_drop" swapped="no"/>
|
||||
|
|
@ -772,5 +771,8 @@
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.18.3 -->
|
||||
<!-- Generated with glade 3.20.1 -->
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.10"/>
|
||||
<object class="GtkWindow" id="wselect_disk">
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<property name="resizable">False</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="window_position">center</property>
|
||||
<property name="icon">devedeng.svg</property>
|
||||
<property name="icon">icon_mkv.png</property>
|
||||
<signal name="delete-event" handler="on_wselect_disk_destroy_event" swapped="no"/>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<object class="GtkImage" id="image1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="pixbuf">icon_dvd.png</property>
|
||||
<property name="pixbuf">icon_mkv.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
@ -90,7 +90,7 @@ Creates a video DVD suitable for all DVD home players</property>
|
|||
<object class="GtkImage" id="image2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="pixbuf">icon_vcd.png</property>
|
||||
<property name="pixbuf">icon_mkv.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
@ -137,7 +137,7 @@ Creates a VideoCD, with a picture quality equivalent to VHS</property>
|
|||
<object class="GtkImage" id="image3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="pixbuf">icon_svcd.png</property>
|
||||
<property name="pixbuf">icon_mkv.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
@ -184,7 +184,7 @@ Creates a VideoCD with better picture quality</property>
|
|||
<object class="GtkImage" id="image4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="pixbuf">icon_cvd.png</property>
|
||||
<property name="pixbuf">icon_mkv.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
@ -231,7 +231,7 @@ Another kind of Super VideoCD</property>
|
|||
<object class="GtkImage" id="image5">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="pixbuf">icon_divx.png</property>
|
||||
<property name="pixbuf">icon_mkv.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
@ -355,5 +355,8 @@ Creates H.264 files in a MKV container</property>
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue