author | Michael Krelin <hacker@klever.net> | 2006-09-28 20:48:53 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-09-28 20:48:53 (UTC) |
commit | 84e84c0f62208bba6012e0db7296a9808bbbb148 (patch) (unidiff) | |
tree | 15efe27be66f53937f73e0022d5fbddf36e492c3 /content/fireflix-panel.xul | |
parent | 438c60c606a15792893c38415d0f405ae21e433d (diff) | |
download | fireflix-84e84c0f62208bba6012e0db7296a9808bbbb148.zip fireflix-84e84c0f62208bba6012e0db7296a9808bbbb148.tar.gz fireflix-84e84c0f62208bba6012e0db7296a9808bbbb148.tar.bz2 |
croppable auth info label
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@165 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix-panel.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul index 70a58fe..569beb0 100644 --- a/content/fireflix-panel.xul +++ b/content/fireflix-panel.xul | |||
@@ -88,17 +88,17 @@ | |||
88 | </popup> | 88 | </popup> |
89 | </popupset> | 89 | </popupset> |
90 | 90 | ||
91 | <vbox class="wholething" flex="1"> | 91 | <vbox class="wholething" flex="1"> |
92 | 92 | ||
93 | <groupbox context="auth_menu"> | 93 | <groupbox context="auth_menu"> |
94 | <caption label="&panel.auth_info;"/> | 94 | <caption label="&panel.auth_info;"/> |
95 | <hbox> | 95 | <hbox> |
96 | <label id="auth_info" value="&panel.no_auth_info;" flex="1" disabled="true"/> | 96 | <label id="auth_info" value="&panel.no_auth_info;" flex="1" disabled="true" crop="end"/> |
97 | <button id="b_auth" command="cmd_auth_auth"/> | 97 | <button id="b_auth" command="cmd_auth_auth"/> |
98 | <button id="b_auth_done" command="cmd_auth_done" hidden="true"/> | 98 | <button id="b_auth_done" command="cmd_auth_done" hidden="true"/> |
99 | <button command="cmd_auth_open_flickr" | 99 | <button command="cmd_auth_open_flickr" |
100 | tooltiptext="&panel.auth.flickr.tip;"/> | 100 | tooltiptext="&panel.auth.flickr.tip;"/> |
101 | </hbox> | 101 | </hbox> |
102 | </groupbox> | 102 | </groupbox> |
103 | 103 | ||
104 | <tabbox flex="1" id="fireflix_tabs"> | 104 | <tabbox flex="1" id="fireflix_tabs"> |