Skip to content

Commit fd6ec54

Browse files
committed
#1581 settings: move hanging indentation setting to Tabs and Indents panel
1 parent cb31ab1 commit fd6ec54

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 26.3.2
44

5+
- Moved the setting for hanging indentation in wrapped Markdown list items to the
6+
Tabs and Indents panel in the settings dialog (for [#1581](https://github.com/pbek/QOwnNotes/issues/1581))
57
- Try to fix hanging indentation in wrapped Markdown list items causing caret placement
68
and drawing issues on mouse clicks on Windows (for [#3480](https://github.com/pbek/QOwnNotes/issues/3480))
79
- Try to better fix the end of the last line of text being cut off on hanging-indented

src/dialogs/settingsdialog.ui

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5626,13 +5626,6 @@ li.checked::marker { content: "\2612"; }
56265626
</property>
56275627
</widget>
56285628
</item>
5629-
<item row="10" column="0" colspan="4">
5630-
<widget class="QCheckBox" name="hangingIndentCheckBox">
5631-
<property name="text">
5632-
<string>Enable hanging indentation for Markdown lists</string>
5633-
</property>
5634-
</widget>
5635-
</item>
56365629
<item row="1" column="0" colspan="4">
56375630
<widget class="QCheckBox" name="autoBracketRemovalCheckBox">
56385631
<property name="toolTip">
@@ -5737,23 +5730,30 @@ li.checked::marker { content: &quot;\2612&quot;; }
57375730
</property>
57385731
</widget>
57395732
</item>
5740-
<item row="1" column="2">
5741-
<spacer name="horizontalSpacer_16">
5742-
<property name="orientation">
5743-
<enum>Qt::Orientation::Horizontal</enum>
5744-
</property>
5733+
<item row="1" column="2">
5734+
<spacer name="horizontalSpacer_16">
5735+
<property name="orientation">
5736+
<enum>Qt::Orientation::Horizontal</enum>
5737+
</property>
57455738
<property name="sizeHint" stdset="0">
57465739
<size>
57475740
<width>40</width>
57485741
<height>20</height>
57495742
</size>
5750-
</property>
5751-
</spacer>
5752-
</item>
5753-
</layout>
5754-
</item>
5755-
</layout>
5756-
</widget>
5743+
</property>
5744+
</spacer>
5745+
</item>
5746+
<item row="2" column="0" colspan="3">
5747+
<widget class="QCheckBox" name="hangingIndentCheckBox">
5748+
<property name="text">
5749+
<string>Enable hanging indentation for Markdown lists</string>
5750+
</property>
5751+
</widget>
5752+
</item>
5753+
</layout>
5754+
</item>
5755+
</layout>
5756+
</widget>
57575757
</item>
57585758
</layout>
57595759
</widget>

0 commit comments

Comments
 (0)