Fix the default tab for the Desktop Preferences window

This commit is contained in:
Aaron Rainbolt 2023-03-07 13:09:21 -06:00
parent e08672cb49
commit ab4baeb178
2 changed files with 6 additions and 9 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pcmanfm-qt (1.2.1-0ubuntu3) lunar; urgency=medium
* Made the General tab in Desktop Preferences the default tab again.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 07 Mar 2023 12:35:39 -0600
pcmanfm-qt (1.2.1-0ubuntu2) lunar; urgency=medium
* Put the Lubuntu Manual checkbox where it belongs in the Desktop

View File

@ -16,15 +16,6 @@ Last-Update: 2022-06-16
</rect>
</property>
<property name="windowTitle">
@@ -17,7 +17,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>0</number>
+ <number>3</number>
</property>
<widget class="QWidget" name="generalPage">
<attribute name="title">
@@ -485,27 +485,17 @@ are left clicked, even when it is not th
<bool>false</bool>
</property>