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

install button fix

parent 5085dc35
...@@ -69,10 +69,19 @@ ...@@ -69,10 +69,19 @@
</object> </object>
</property> </property>
<child type="bottom"> <child type="bottom">
<object name="GtkButton"> <object class="GtkBox">
<property name="label">Install</property> <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> <style>
<class name="suggested-action"/> <class name="content"/>
</style> </style>
</object> </object>
</child> </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