Skip to content

Commit 542ee36

Browse files
authored
Merge pull request #6471 from TheCherry/patch-1
Allow higher width for cpu in multicore-sys-monitor
2 parents b438c4e + f18cc1b commit 542ee36

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)