feat: change initial window size

This commit is contained in:
David Lapshin 2022-08-30 20:07:30 +03:00
parent c83ee40d4e
commit b5cb565111
4 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ using Adw 1;
template GradienceCustomCSSGroup : Adw.PreferencesGroup {
title: _("Custom CSS");
description: _("Changing this may break some programs. Keep in mind that Libadwaita was made so that applications could hardcode values like paddings and margins (like in case of the Custom CSS code field itself, which uses 12px padding). Only GTK 4 CSS will be previewed here.");
description: _("Changing this may break some programs. Keep in mind that Libadwaita was made so that applications could hardcode values like paddings and margins. Only GTK 4 CSS will be previewed here.");
[header-suffix]
DropDown app-type-dropdown {

View file

@ -5,8 +5,8 @@ template GradienceWelcomeWindow: Adw.Window {
resizable: false;
deletable: true;
modal: true;
default-width: 650;
default-height: 550;
default-width: 600;
default-height: 500;
Adw.ToastOverlay toast_overlay {
Adw.Leaflet leaflet {
@ -55,7 +55,7 @@ template GradienceWelcomeWindow: Adw.Window {
Gtk.Image img_welcome {
resource: "/com/github/GradienceTeam/Gradience/images/welcome.svg";
pixel-size: 320;
pixel-size: 256;
}
Adw.StatusPage page_welcome {

View file

@ -3,8 +3,8 @@ using Adw 1;
template GradienceMainWindow : Adw.ApplicationWindow {
title: _("Gradience");
default-width: 1280;
default-height: 720;
default-width: 1000;
default-height: 700;
Adw.ToastOverlay toast_overlay {
Adw.Leaflet leaflet {

View file

@ -624,9 +624,9 @@ class GradienceApplication(Adw.Application):
"0xMRTT https://github.com/0xMRTT",
"Verantor https://github.com/Verantor",
],
artists=['David "Daudix UFO" Lapshin https://github.com/daudix-UFO'],
artists=['David Lapshin https://github.com/daudix-UFO'],
designers=[
'David "Daudix UFO" Lapshin https://github.com/daudix-UFO'],
'David Lapshin https://github.com/daudix-UFO'],
# Translators: This is a place to put your credits (formats: "Name
# https://example.com" or "Name <email@example.com>", no quotes)
# and is not meant to be translated literally.
@ -666,7 +666,7 @@ class GradienceApplication(Adw.Application):
</ul>
"""),
comments=_("""
Gradience, originally Adwaita Manager (AdwCustomizer) is a tool for customizing Libadwaita applications and the adw-gtk3 theme.
Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 theme.
With Gradience you can:
- Change any color of Adwaita theme