mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 13:20:04 +00:00
Add setting for centering radar on site selection
This commit is contained in:
parent
7fdf25f1e7
commit
6b2f3dd84f
6 changed files with 39 additions and 10 deletions
|
|
@ -135,9 +135,9 @@
|
|||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-260</y>
|
||||
<y>-412</y>
|
||||
<width>511</width>
|
||||
<height>812</height>
|
||||
<height>841</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
|
|
@ -625,6 +625,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="centerOnRadarSelectionCheckBox">
|
||||
<property name="text">
|
||||
<string>Center Map on Radar Selection</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cursorIconAlwaysOnCheckBox">
|
||||
<property name="acceptDrops">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue