summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-01-07 10:21:46 -0800
committerCorey Berla <corey@berla.me>2023-01-07 10:59:30 -0800
commitdfa56a288599272d5b4c20fd67854c96f925100c (patch)
treef045ced804dc9ab0657ce49f1861ddb1592c01f4
parent6362df8629c2573a5912662b3023b38458c02ed5 (diff)
downloadnautilus-dfa56a288599272d5b4c20fd67854c96f925100c.tar.gz
search-popover: Don't default to show_week_numbers
-rw-r--r--src/resources/ui/nautilus-search-popover.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 3df4017fb..0ee39a372 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -134,7 +134,6 @@
<property name="child">
<object class="GtkCalendar" id="calendar">
<property name="valign">start</property>
- <property name="show_week_numbers">True</property>
<signal name="day-selected" handler="calendar_day_selected" object="NautilusSearchPopover" swapped="no" />
<signal name="next-month" handler="calendar_visible_month_changed" object="NautilusSearchPopover" swapped="no" />
<signal name="next-year" handler="calendar_visible_month_changed" object="NautilusSearchPopover" swapped="no" />