Skip to content

Commit f18cc1b

Browse files
authored
Allow higher width for cpu in multicore-sys-monitor
With 16+ cores, the value 100 is very low.
1 parent b438c4e commit f18cc1b

File tree

1 file changed

+1
-1
lines changed
  • multicore-sys-monitor@ccadeptic23/files/multicore-sys-monitor@ccadeptic23/6.0

1 file changed

+1
-1
lines changed

multicore-sys-monitor@ccadeptic23/files/multicore-sys-monitor@ccadeptic23/6.0/prefsui.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<requires lib="gtk+" version="3.18"/>
55
<object class="GtkAdjustment" id="cpuWidthAdjustment">
66
<property name="lower">10</property>
7-
<property name="upper">100</property>
7+
<property name="upper">300</property>
88
<property name="value">64</property>
99
<property name="step_increment">1</property>
1010
<property name="page_increment">10</property>

0 commit comments

Comments
 (0)