summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvanadiae <vanadiae35@gmail.com>2020-06-23 21:25:16 +0200
committervanadiae <vanadiae35@gmail.com>2020-06-24 20:57:19 +0200
commitb0e8fcdd19ea6468895c7dc51fa1b6b15076c5f7 (patch)
tree40d66f10fec8e67c8ea5e11b88a2731e377bce07 /src
parent2a4397224e907c20ad6c289978123d3e90ac1b25 (diff)
downloadepiphany-b0e8fcdd19ea6468895c7dc51fa1b6b15076c5f7.tar.gz
search-engine-dialog: make +/- buttons linked
Currently, the add and remove buttons are next each other but have both rounded corners on all sides which make them look weird. This commit make the buttons have a linked style (no more round corners for their common side).
Diffstat (limited to 'src')
-rw-r--r--src/resources/gtk/search-engine-dialog.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/gtk/search-engine-dialog.ui b/src/resources/gtk/search-engine-dialog.ui
index b1969730a..5202965b8 100644
--- a/src/resources/gtk/search-engine-dialog.ui
+++ b/src/resources/gtk/search-engine-dialog.ui
@@ -105,6 +105,9 @@
<property name="position">1</property>
</packing>
</child>
+ <style>
+ <class name="linked"/>
+ </style>
</object>
<packing>
<property name="expand">False</property>