mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-12-24 02:57:43 +00:00
Minor UI improvements
- Capitalize first letters in titles - Use `activatable-widget` for switches - Remove redundant whitespace
This commit is contained in:
parent
814003c68c
commit
c92bc63bde
1 changed files with 6 additions and 4 deletions
|
@ -76,13 +76,14 @@ template GradienceWelcomeWindow: Adw.Window {
|
|||
Adw.StatusPage page_configure {
|
||||
vexpand: true;
|
||||
hexpand: true;
|
||||
title: _("Configure themes");
|
||||
title: _("Configure Themes");
|
||||
description: _("Install adw-gtk3 theme for legacy applications.");
|
||||
|
||||
Adw.PreferencesPage {
|
||||
Adw.PreferencesGroup {
|
||||
Adw.ActionRow configure_adw_gtk3 {
|
||||
title: _("adw-gtk3 theme");
|
||||
activatable-widget: switch_adw_gtk3;
|
||||
[suffix]
|
||||
Switch switch_adw_gtk3 {
|
||||
valign: center;
|
||||
|
@ -91,7 +92,8 @@ template GradienceWelcomeWindow: Adw.Window {
|
|||
}
|
||||
|
||||
Adw.ActionRow configure_system {
|
||||
title: _("System configuration");
|
||||
title: _("System Configuration");
|
||||
activatable-widget: switch_system;
|
||||
|
||||
[suffix]
|
||||
Switch switch_system {
|
||||
|
@ -106,8 +108,8 @@ template GradienceWelcomeWindow: Adw.Window {
|
|||
Adw.StatusPage page_download {
|
||||
vexpand: true;
|
||||
hexpand: true;
|
||||
title: _("Installing themes");
|
||||
description: _("Please wait until themes will be installed. ");
|
||||
title: _("Installing Themes");
|
||||
description: _("Please wait until themes will be installed.");
|
||||
|
||||
Gtk.Box {
|
||||
orientation: vertical;
|
||||
|
|
Loading…
Reference in a new issue