Commit 5c9d5664 authored by Alexei Kartashov's avatar Alexei Kartashov

install button fix

parent 5085dc35
......@@ -69,10 +69,19 @@
</object>
</property>
<child type="bottom">
<object name="GtkButton">
<property name="label">Install</property>
<object class="GtkBox">
<property name="halign">center</property>
<property name="valign">center</property>
<child>
<object class="GtkButton">
<property name="label">Install</property>
<style>
<class name="suggested-action"/>
</style>
</object>
</child>
<style>
<class name="suggested-action"/>
<class name="content"/>
</style>
</object>
</child>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment