This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Adjust settings size on init
tags/1.9.8
falkTX
8 years ago
parent
3d83d6d810
commit
7e912fc22a
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
resources/ui/carla_settings.ui
+2
-0
source/carla_settings.py
+ 1
- 1
resources/ui/carla_settings.ui
View File
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>612</width>
<height>5
8
7</height>
<height>5
0
7</height>
</rect>
</property>
<property name="minimumSize">
+ 2
- 0
source/carla_settings.py
View File
@@ -347,6 +347,8 @@ class CarlaSettingsW(QDialog):
self.ui.lw_page.setCurrentCell(0, 0)
self.adjustSize()
# --------------------------------------------------------------------------------------------------------
def loadSettings(self):
Write
Preview
Loading…
Cancel
Save