Skip to content

Commit

Permalink
fix: remove redundant key from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenyyk committed Jan 15, 2025
1 parent 66c792b commit dcece46
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion po/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-14 23:02+0100\n"
"POT-Creation-Date: 2025-01-15 10:04+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
<default>0</default>
</key>

<key name="border-color" type="(dddd)">
<summary>Border color for rounded corners window</summary>
<default>(0.5, 0.5, 0.5, 1.0)</default>
</key>

<key name="global-rounded-corner-settings" type="a{sv}">
<summary>Global rounded corners settings for all windows</summary>
<default>
Expand Down
1 change: 0 additions & 1 deletion src/effect/rounded_corners_effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const RoundedCornersEffect = GObject.registerClass(
) {
const borderWidth = getPref('border-width') * scaleFactor;
const borderColor = config.borderColor;
// something should probably be set up here

const outerRadius = config.borderRadius * scaleFactor;
const {padding, smoothing} = config;
Expand Down
1 change: 0 additions & 1 deletion src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import type Meta from 'gi://Meta';
import type St from 'gi://St';
import Gdk from 'gi://Gdk';

/** Bounds of rounded corners */
export type Bounds = {
Expand Down

0 comments on commit dcece46

Please sign in to comment.