[california] Clean up Google authenticating pane
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [california] Clean up Google authenticating pane
- Date: Fri, 12 Sep 2014 19:42:48 +0000 (UTC)
commit b41663aaea90f4e56d847ddc4408dae890877b84
Author: Jim Nelson <jim yorba org>
Date: Fri Sep 12 12:31:11 2014 -0700
Clean up Google authenticating pane
Add suggested-action and default to "Try Again" button, some padding
for the message text.
src/rc/google-authenticating.ui | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/src/rc/google-authenticating.ui b/src/rc/google-authenticating.ui
index 87a0cc8..a843e88 100644
--- a/src/rc/google-authenticating.ui
+++ b/src/rc/google-authenticating.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.1 -->
+<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<template class="CaliforniaActivatorGoogleAuthenticatingPane" parent="GtkGrid">
@@ -36,9 +36,14 @@
<property name="label" translatable="yes">_Try again</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_again_button_clicked"
object="CaliforniaActivatorGoogleAuthenticatingPane" swapped="no"/>
+ <style>
+ <class name="suggested-action"/>
+ </style>
</object>
<packing>
<property name="expand">False</property>
@@ -58,6 +63,8 @@
<object class="GtkLabel" id="message_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_left">8</property>
+ <property name="margin_right">8</property>
<property name="vexpand">True</property>
<property name="label" translatable="yes">Authenticating…</property>
<property name="wrap">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]