Skip to content

Commit a550292

Browse files
committed
Reformat files with Blueprint 0.16
1 parent 8ac7b84 commit a550292

File tree

76 files changed

+214
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+214
-214
lines changed

src/About Dialog/main.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Adw.StatusPage {
1515

1616
styles [
1717
'pill',
18-
'suggested-action'
18+
'suggested-action',
1919
]
2020
}
2121

src/Accessibility/main.blp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Adw.StatusPage {
9191
xalign: 0.0;
9292

9393
styles [
94-
"heading"
94+
"heading",
9595
]
9696
}
9797

@@ -100,7 +100,7 @@ Adw.StatusPage {
100100
xalign: 0.0;
101101

102102
styles [
103-
"dim-label"
103+
"dim-label",
104104
]
105105
}
106106
}
@@ -116,7 +116,7 @@ Adw.StatusPage {
116116
}
117117

118118
styles [
119-
"card"
119+
"card",
120120
]
121121

122122
Adw.Bin custom_button {
@@ -133,7 +133,7 @@ Adw.StatusPage {
133133

134134
styles [
135135
"toggle",
136-
"pill"
136+
"pill",
137137
]
138138

139139
Label custom_button_label {
@@ -147,7 +147,7 @@ Adw.StatusPage {
147147
margin-bottom: 18;
148148

149149
styles [
150-
"pill"
150+
"pill",
151151
]
152152
}
153153
}

src/Account/main.blp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Adw.StatusPage {
2121
title: _("Reason");
2222

2323
styles [
24-
"card"
24+
"card",
2525
]
2626

2727
halign: fill;
@@ -33,7 +33,7 @@ Adw.StatusPage {
3333

3434
styles [
3535
"suggested-action",
36-
"pill"
36+
"pill",
3737
]
3838
}
3939
}
@@ -47,7 +47,7 @@ Adw.StatusPage {
4747
margin-bottom: 18;
4848

4949
styles [
50-
"boxed-list"
50+
"boxed-list",
5151
]
5252

5353
Gtk.ListBoxRow {

src/Action Bar/main.blp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Box {
1010
orientation: vertical;
1111

1212
styles [
13-
"card"
13+
"card",
1414
]
1515

1616
Adw.StatusPage {
@@ -29,7 +29,7 @@ Box {
2929

3030
styles [
3131
"pill",
32-
"suggested-action"
32+
"suggested-action",
3333
]
3434
}
3535

@@ -57,7 +57,7 @@ Box {
5757
"👁️",
5858
"❤️",
5959
"💼",
60-
"🪑"
60+
"🪑",
6161
]
6262
};
6363
}

src/Actions/main.blp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Adw.StatusPage demo {
3131
label: _("Simple Action");
3232

3333
styles [
34-
"pill"
34+
"pill",
3535
]
3636
}
3737

@@ -41,7 +41,7 @@ Adw.StatusPage demo {
4141
label: _("Bookmarks");
4242

4343
styles [
44-
"pill"
44+
"pill",
4545
]
4646
}
4747
}
@@ -66,7 +66,7 @@ Adw.StatusPage demo {
6666
label: _("Toggle Action");
6767

6868
styles [
69-
"heading"
69+
"heading",
7070
]
7171
}
7272

@@ -85,7 +85,7 @@ Adw.StatusPage demo {
8585
label: _("Scale");
8686

8787
styles [
88-
"heading"
88+
"heading",
8989
]
9090
}
9191

@@ -112,7 +112,7 @@ Adw.StatusPage demo {
112112
}
113113

114114
styles [
115-
"linked"
115+
"linked",
116116
]
117117
}
118118
}
@@ -135,7 +135,7 @@ Adw.StatusPage demo {
135135
halign: center;
136136

137137
styles [
138-
"heading"
138+
"heading",
139139
]
140140
}
141141

src/Advanced Buttons/main.blp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Adw.StatusPage {
1919
label: _("Split Button");
2020

2121
styles [
22-
"title-4"
22+
"title-4",
2323
]
2424
}
2525

@@ -83,7 +83,7 @@ Adw.StatusPage {
8383
label: _("Button Content");
8484

8585
styles [
86-
"title-4"
86+
"title-4",
8787
]
8888
}
8989

src/Animation/main.blp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Adw.Clamp {
1515
label: _("Animation");
1616

1717
styles [
18-
"title-1"
18+
"title-1",
1919
]
2020
}
2121

@@ -46,7 +46,7 @@ Adw.Clamp {
4646
label: _("Animation Target");
4747

4848
styles [
49-
"title-4"
49+
"title-4",
5050
]
5151
}
5252

@@ -55,7 +55,7 @@ Adw.Clamp {
5555
label: _("Animate a widget property");
5656

5757
styles [
58-
"dim-label"
58+
"dim-label",
5959
]
6060
}
6161
}
@@ -67,7 +67,7 @@ Adw.Clamp {
6767
icon-name: "media-playback-start-symbolic";
6868

6969
styles [
70-
"circular"
70+
"circular",
7171
]
7272
}
7373
}
@@ -97,7 +97,7 @@ Adw.Clamp {
9797
label: _("Callback Animation Target");
9898

9999
styles [
100-
"title-4"
100+
"title-4",
101101
]
102102
}
103103

@@ -106,7 +106,7 @@ Adw.Clamp {
106106
label: _("Use callbacks to animate a custom property");
107107

108108
styles [
109-
"dim-label"
109+
"dim-label",
110110
]
111111
}
112112
}
@@ -118,7 +118,7 @@ Adw.Clamp {
118118
icon-name: "media-playback-start-symbolic";
119119

120120
styles [
121-
"circular"
121+
"circular",
122122
]
123123
}
124124
}
@@ -128,7 +128,7 @@ Adw.Clamp {
128128

129129
Adw.Bin ball {
130130
styles [
131-
"ball"
131+
"ball",
132132
]
133133
}
134134
}
@@ -142,7 +142,7 @@ Adw.Clamp {
142142
label: _("Tools");
143143

144144
styles [
145-
"title-2"
145+
"title-2",
146146
]
147147
}
148148

@@ -157,7 +157,7 @@ Adw.Clamp {
157157
margin-top: 12;
158158

159159
styles [
160-
"title-2"
160+
"title-2",
161161
]
162162
}
163163

src/Audio/main.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Adw.StatusPage {
2121
halign: center;
2222

2323
styles [
24-
"linked"
24+
"linked",
2525
]
2626

2727
Button button_sound {

src/Banner/main.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Adw.ToastOverlay overlay {
2525
label: _("Show Banner");
2626

2727
styles [
28-
"pill"
28+
"pill",
2929
]
3030
}
3131

src/Box/main.blp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Adw.Clamp {
9393
halign: center;
9494

9595
styles [
96-
"linked"
96+
"linked",
9797
]
9898

9999
ToggleButton toggle_orientation_horizontal {
@@ -174,7 +174,7 @@ Adw.Clamp {
174174
label: _("valign");
175175

176176
styles [
177-
"rotate"
177+
"rotate",
178178
]
179179
}
180180

@@ -188,7 +188,7 @@ Adw.Clamp {
188188
active: true;
189189

190190
styles [
191-
"rotate"
191+
"rotate",
192192
]
193193
}
194194

@@ -197,7 +197,7 @@ Adw.Clamp {
197197
group: valign_toggle_fill;
198198

199199
styles [
200-
"rotate"
200+
"rotate",
201201
]
202202
}
203203

@@ -206,7 +206,7 @@ Adw.Clamp {
206206
group: valign_toggle_fill;
207207

208208
styles [
209-
"rotate"
209+
"rotate",
210210
]
211211
}
212212

@@ -215,7 +215,7 @@ Adw.Clamp {
215215
group: valign_toggle_fill;
216216

217217
styles [
218-
"rotate"
218+
"rotate",
219219
]
220220
}
221221
}

0 commit comments

Comments
 (0)