This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
generated from tau-OS/vala-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restyle icon + add a rounded frame on the webview
- Loading branch information
Showing
4 changed files
with
49 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
<gresources> | ||
<gresource prefix="@APP_PATH@"> | ||
<file compressed="true" preprocess="xml-stripblanks" alias="mainwindow.ui">ui/mainwindow.ui</file> | ||
<file compressed="true" alias="style.css">style.css</file> | ||
</gresource> | ||
<gresource prefix="@APP_PATH@/icons"> | ||
<file compressed="true" preprocess="xml-stripblanks" alias="@[email protected]">icons/app.svg</file> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.framed { | ||
border: 1px solid @borders; | ||
border-radius: 2px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters