You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Windows:
44
44
45
45
### Dependencies
46
46
- Python 3.8+
47
-
- GTK 3.22+
47
+
- GTK 3.24+
48
48
-[PyGObject](https://live.gnome.org/PyGObject)
49
49
-[python-gi-cairo](https://packages.debian.org/sid/python-gi-cairo) and [gir1.2-rsvg-2.0](https://packages.debian.org/sid/gir1.2-rsvg-2.0) on Debian-based distributions (included in PyGObject elsewhere)
@@ -122,7 +122,7 @@ If you like what I am doing, you can become a supporter on <a href="https://k
122
122
Donation links for Kozec, who is the original developer, can be found <a href="https://github.com/kozec/sc-controller?tab=readme-ov-file#like-what-im-doing">here</a>
123
123
124
124
</property>
125
-
<propertyname="use_markup">True</property>
125
+
<propertyname="use-markup">True</property>
126
126
<propertyname="justify">center</property>
127
127
<propertyname="yalign">0</property>
128
128
</object>
@@ -135,11 +135,11 @@ Donation links for Kozec, who is the original developer, can be found <a href
135
135
<child>
136
136
<objectclass="GtkLabel"id="label2">
137
137
<propertyname="visible">True</property>
138
-
<propertyname="can_focus">True</property>
139
-
<propertyname="margin_top">10</property>
138
+
<propertyname="can-focus">True</property>
139
+
<propertyname="margin-top">10</property>
140
140
<propertyname="label"translatable="yes"><small>This program comes with absolutely no warranty.
141
141
See the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License, version 2</a> for details.</small></property>
142
-
<propertyname="use_markup">True</property>
142
+
<propertyname="use-markup">True</property>
143
143
<propertyname="justify">center</property>
144
144
<propertyname="yalign">1</property>
145
145
</object>
@@ -158,8 +158,5 @@ See the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GN
0 commit comments