mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-19 08:55:16 +00:00
fixed gtk assertion errors in VentoyGui.x86-64
This commit is contained in:
parent
2dafe75509
commit
7d4892bd1c
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface>
|
<interface>
|
||||||
<requires lib="gtk+" version="2.2"/>
|
<requires lib="gtk+" version="3.20.6"/>
|
||||||
<object class="GtkImage" id="image_refresh">
|
<object class="GtkImage" id="image_refresh">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
@ -175,6 +175,7 @@
|
|||||||
<property name="height_request">40</property>
|
<property name="height_request">40</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
|
<property name="can_default">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="has_default">True</property>
|
<property name="has_default">True</property>
|
||||||
</object>
|
</object>
|
||||||
@ -344,6 +345,7 @@
|
|||||||
<property name="width_request">50</property>
|
<property name="width_request">50</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
|
<property name="can_default">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="has_default">True</property>
|
<property name="has_default">True</property>
|
||||||
<property name="image">image_refresh</property>
|
<property name="image">image_refresh</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user