gui: some more styling of the drawings

This commit is contained in:
Peter Hutterer 2019-07-19 11:24:37 +10:00
parent e38c6a0d55
commit 8a76d4eae3
2 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,7 @@ def gtk_style():
background-color: #ebe9e8; background-color: #ebe9e8;
} }
.drawing { .drawing {
border: 2px outset #0d0d0d; background-color: white;
background-color: #c4dbff;
border-radius: 5px; border-radius: 5px;
} }
""" """

View File

@ -122,6 +122,7 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="halign">center</property> <property name="halign">center</property>
<property name="valign">center</property> <property name="valign">center</property>
<property name="margin_bottom">10</property>
<property name="stock">gtk-missing-image</property> <property name="stock">gtk-missing-image</property>
<style> <style>
<class name="bg-paper"/> <class name="bg-paper"/>