widget-factory: use circular style class on the circular button...

...in place of the circular-button one, killing the custom style
shipped, realying on the theme style.
This commit is contained in:
Lapo Calamandrei
2016-10-18 13:08:02 +02:00
parent 29e586fe2e
commit 6660dc5186
2 changed files with 1 additions and 6 deletions

View File

@@ -1,8 +1,3 @@
.circular-button {
border-radius: 20px;
-gtk-outline-radius: 20px;
}
.small-button { .small-button {
padding: 0; padding: 0;
outline-width: 0; outline-width: 0;

View File

@@ -3107,7 +3107,7 @@ microphone-sensitivity-medium-symbolic</property>
<property name="visible">1</property> <property name="visible">1</property>
<style> <style>
<class name="image-button"/> <class name="image-button"/>
<class name="circular-button"/> <class name="circular"/>
</style> </style>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">