tangled
alpha
login
or
join now
shrimple.srht.site
/
OuchBrowser.NET
1
fork
atom
focus on your browsing
browser
web-browser
1
fork
atom
overview
issues
pulls
pipelines
remove new tab button from mobile
woof.monster
2 weeks ago
2ceac97b
7699782b
verified
This commit was signed with the committer's
known signature
.
woof.monster
SSH Key Fingerprint:
SHA256:Zx8o/400UTtWXXs3qwjYiENbQk7UHKUPMRSCpm3D2QA=
+4
-10
1 changed file
expand all
collapse all
unified
split
OuchBrowser
UI
Builder
Window.blp
+4
-10
OuchBrowser/UI/Builder/Window.blp
···
25
25
start-widget: Box {
26
26
orientation: horizontal;
27
27
spacing: 6;
28
28
-
28
28
+
29
29
WindowControls left_controls {
30
30
side: start;
31
31
}
···
372
372
}
373
373
374
374
Button {
375
375
-
icon-name: "view-refresh-symbolic";
376
376
-
tooltip-text: _("Refresh");
377
377
-
action-name: "win.refresh";
378
378
-
}
379
379
-
380
380
-
Button {
381
375
hexpand: true;
382
376
sensitive: false;
383
377
action-name: "win.palette";
···
397
391
}
398
392
399
393
Button {
400
400
-
icon-name: "tab-new-symbolic";
401
401
-
action-name: "win.palette-new";
402
402
-
tooltip-text: _("New Tab");
394
394
+
icon-name: "view-refresh-symbolic";
395
395
+
tooltip-text: _("Refresh");
396
396
+
action-name: "win.refresh";
403
397
}
404
398
}
405
399