summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2018-10-30 18:02:06 +0100
committerGitHub <noreply@github.com>2018-10-30 18:02:06 +0100
commitb706998fb38a91e6f1327f46ab62d5d2e36c9b6b (patch)
tree7e6f7f334d53880518f5607e256c08dcc10a7d19
parent7612d5c16abcd1d0da0d382df477382f14a57bdd (diff)
downloadmidori-git-b706998fb38a91e6f1327f46ab62d5d2e36c9b6b.tar.gz
Hide timerange combo from Clear Private Data dialog (#143)
The user experience of selecting a specific timespan needs more discussion, and for the moment we don't lose anything by going back to clearing everything.
-rw-r--r--ui/clear-private-data.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/clear-private-data.ui b/ui/clear-private-data.ui
index 2543b666..c5032de6 100644
--- a/ui/clear-private-data.ui
+++ b/ui/clear-private-data.ui
@@ -36,7 +36,6 @@
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">4</property>
- <property name="visible">yes</property>
<child>
<object class="GtkLabel" id="timerange_label">
<property name="label" translatable="yes">_Time range to clear</property>
@@ -46,7 +45,7 @@
</child>
<child>
<object class="GtkComboBoxText" id="timerange">
- <property name="active-id">last-hour</property>
+ <property name="active-id">0</property>
<property name="visible">yes</property>
<items>
<item id="0" translatable="yes">Clear all</item>