Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
System Monitoring Center
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Kayıtlar (commit)
Kenar çubuğunu aç
Hakan Dündar
System Monitoring Center
Commits
39c32512
Kaydet (Commit)
39c32512
authored
Agu 12, 2023
tarafından
Hakan Dündar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
GUI improvements for CPU tab menu
üst
26ef2c1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CpuMenu.py
src/CpuMenu.py
+3
-3
No files found.
src/CpuMenu.py
Dosyayı görüntüle @
39c32512
...
...
@@ -58,7 +58,7 @@ class CpuMenu:
main_grid
.
attach
(
self
.
show_processes_using_max_cpu_cb
,
0
,
5
,
1
,
1
)
# Label (This increases CPU usage.)
label
=
Common
.
static_information_label
(
_tr
(
"This increases CPU usage."
)
+
"
\n
"
+
_tr
(
"(for all tabs)"
)
)
label
=
Common
.
static_information_label
(
_tr
(
"This increases CPU usage."
)
+
"
\n
"
+
"("
+
_tr
(
"for all tabs"
)
+
")"
)
label
.
set_margin_start
(
25
)
main_grid
.
attach
(
label
,
0
,
6
,
1
,
1
)
...
...
@@ -98,11 +98,11 @@ class CpuMenu:
main_grid
.
attach
(
label
,
0
,
14
,
1
,
1
)
# CheckButton (CPU Usage (Average))
self
.
cpu_cache_socket_cb
=
Common
.
checkbutton
(
_tr
(
"Socket"
),
None
)
self
.
cpu_cache_socket_cb
=
Common
.
checkbutton
(
_tr
(
"
CPU
Socket"
),
None
)
main_grid
.
attach
(
self
.
cpu_cache_socket_cb
,
0
,
15
,
1
,
1
)
# CheckButton (CPU Usage (Per Core))
self
.
cpu_cache_core_cb
=
Common
.
checkbutton
(
_tr
(
"Selected Core"
),
self
.
cpu_cache_socket_cb
)
self
.
cpu_cache_core_cb
=
Common
.
checkbutton
(
_tr
(
"Selected C
PU C
ore"
),
self
.
cpu_cache_socket_cb
)
main_grid
.
attach
(
self
.
cpu_cache_core_cb
,
0
,
16
,
1
,
1
)
# Separator
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment