Skip to content

Commit b321127

Browse files
authored
Merge pull request mpc-qt#318 from tbertels/seekbar_time_tooltip
Enable the seekbar time tooltip by default
2 parents e7e9e8a + 3524f39 commit b321127

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

settingswindow.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7687,14 +7687,17 @@ media file played</string>
76877687
<property name="text">
76887688
<string>Show time tooltip:</string>
76897689
</property>
7690+
<property name="checked">
7691+
<bool>true</bool>
7692+
</property>
76907693
</widget>
76917694
</item>
76927695
</layout>
76937696
</item>
76947697
<item row="9" column="1">
76957698
<widget class="QComboBox" name="tweaksTimeTooltipLocation">
76967699
<property name="enabled">
7697-
<bool>false</bool>
7700+
<bool>true</bool>
76987701
</property>
76997702
<property name="sizePolicy">
77007703
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">

0 commit comments

Comments
 (0)