Skip to content

Commit 2af0f01

Browse files
fix 01
1 parent a4a4d54 commit 2af0f01

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

usr/bin/biglinux-browser-selector

100644100755
File mode changed.

usr/share/biglinux/browser_selector/style.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@ page-subtitle {
3535
}
3636

3737
.browser-icon {
38-
icon-size: 56px;
38+
}
39+
40+
.browser-icon Gtk.Image {
41+
width: 56px;
42+
height: 56px;
3943
}
4044

4145
.browser-label {
4246
font-weight: bold;
43-
text-align: center;
47+
justify-content: center;
4448
}
4549

4650
.check-badge {
@@ -61,6 +65,9 @@ page-subtitle {
6165
border-radius: 8px;
6266
padding: 8px;
6367
min-height: 150px;
68+
}
69+
70+
.log-box Gtk.ScrolledWindow {
6471
max-height: 200px;
6572
}
6673

usr/share/biglinux/browser_selector/widgets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
from gi.repository import Gdk, GLib, Gtk # noqa: E402
1414

1515
from utils import APP_PATH, load_browser_icon # noqa: E402
16+
import gettext
17+
_ = gettext.gettext
1618

1719

1820
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)