[gnome-system-monitor: 6/7] Reordered logarithmic scale option in preferences
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor: 6/7] Reordered logarithmic scale option in preferences
- Date: Thu, 21 Jan 2021 07:59:41 +0000 (UTC)
commit 36e8a420414ad58774a776975d5de72ed324ad18
Author: Pawel Chalkowski <chauek gmail com>
Date: Tue Jan 19 21:09:42 2021 +0100
Reordered logarithmic scale option in preferences
data/preferences.ui | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/data/preferences.ui b/data/preferences.ui
index fc15e1dd..aeef922c 100644
--- a/data/preferences.ui
+++ b/data/preferences.ui
@@ -440,8 +440,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="logarithmic_scale_button">
- <property name="label" translatable="yes">Show memory in logarithmic
scale</property>
+ <object class="GtkCheckButton" id="draw_stacked_button">
+ <property name="label" translatable="yes">_Draw CPU chart as stacked area
chart</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -458,8 +458,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="draw_stacked_button">
- <property name="label" translatable="yes">_Draw CPU chart as stacked area
chart</property>
+ <object class="GtkCheckButton" id="draw_smooth_button">
+ <property name="label" translatable="yes">Draw charts as s_mooth
graphs</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -476,37 +476,37 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="draw_smooth_button">
- <property name="label" translatable="yes">Draw charts as s_mooth
graphs</property>
+ <object class="GtkCheckButton" id="res_mem_in_iec_button">
+ <property name="label" translatable="yes">Show memory and swap in
IEC</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="halign">start</property>
<property name="hexpand">True</property>
<property name="use_underline">True</property>
- <property name="halign">start</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">4</property>
- <property name="width">1</property>
- <property name="height">1</property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="res_mem_in_iec_button">
- <property name="label" translatable="yes">Show memory and swap in
IEC</property>
+ <object class="GtkCheckButton" id="logarithmic_scale_button">
+ <property name="label" translatable="yes">Show memory in logarithmic
scale</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="halign">start</property>
<property name="hexpand">True</property>
<property name="use_underline">True</property>
+ <property name="halign">start</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">5</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
</packing>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]