Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexander Mikhaylenko
gnome-online-accounts
Commits
5d383c3e
Commit
5d383c3e
authored
Oct 13, 2020
by
Alexander Mikhaylenko
Browse files
libremoneprovider: Shorten Librem One Address to Address
Make it fit on the phone.
parent
784e675e
Pipeline
#59773
passed with stages
in 11 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/goabackend/goalibremoneprovider.c
View file @
5d383c3e
...
...
@@ -394,7 +394,7 @@ create_account_details_ui (GoaProvider *provider,
gtk_container_add
(
GTK_CONTAINER
(
grid0
),
grid1
);
row
=
0
;
add_email_entry
(
grid1
,
row
++
,
_
(
"_
Librem One
Address"
),
&
data
->
username
);
add_email_entry
(
grid1
,
row
++
,
_
(
"_Address"
),
&
data
->
username
);
add_entry
(
grid1
,
row
++
,
_
(
"_Password"
),
&
data
->
password
);
gtk_entry_set_visibility
(
GTK_ENTRY
(
data
->
password
),
FALSE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment