summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2021-10-11 00:48:28 +0200
committerDavid King <amigadave@amigadave.com>2022-03-28 17:11:49 +0100
commit897f236e537034fa8fc7339e064cdd6f623efadd (patch)
tree25927568abea2a79c833b78d2c64b7922d400f5a /data
parentfbfc4316da00c63e467c72a5be10571ff7f3368e (diff)
downloadgnome-logs-897f236e537034fa8fc7339e064cdd6f623efadd.tar.gz
searchpopover: Replace Radios with Check buttons
Diffstat (limited to 'data')
-rw-r--r--data/gl-searchpopover.ui10
1 files changed, 3 insertions, 7 deletions
diff --git a/data/gl-searchpopover.ui b/data/gl-searchpopover.ui
index e47edab..70d0a44 100644
--- a/data/gl-searchpopover.ui
+++ b/data/gl-searchpopover.ui
@@ -292,29 +292,25 @@
<object class="GtkBox">
<property name="visible">True</property>
<child>
- <object class="GtkRadioButton" id="radiobutton_substring">
+ <object class="GtkCheckButton" id="checkbutton_substring">
<property name="label" translatable="yes">Substring</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Match in any part of the string</property>
<property name="hexpand">True</property>
- <property name="xalign">0</property>
<property name="active">True</property>
- <property name="draw_indicator">False</property>
</object>
</child>
<child>
- <object class="GtkRadioButton" id="radiobutton_exact">
+ <object class="GtkCheckButton" id="checkbutton_exact">
<property name="label" translatable="yes">Exact</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Match complete string only</property>
<property name="hexpand">True</property>
- <property name="xalign">0</property>
- <property name="draw_indicator">False</property>
- <property name="group">radiobutton_substring</property>
+ <property name="group">checkbutton_substring</property>
<signal name="toggled" handler="search_type_changed"/>
</object>
</child>