diff options
author | Frédéric Brière <fbriere@fbriere.net> | 2020-03-31 19:49:08 -0400 |
---|---|---|
committer | Frédéric Brière <fbriere@fbriere.net> | 2020-03-31 19:49:08 -0400 |
commit | 055dfa3eab9e08f47c2c40fd2a4173c0272daff0 (patch) | |
tree | 9e1daf2f49ce6b61126e7988db110f66139573ff /src | |
parent | aaa3593b1e1f1c43ccb62028071842e376341c5e (diff) | |
download | twinkle-055dfa3eab9e08f47c2c40fd2a4173c0272daff0.tar twinkle-055dfa3eab9e08f47c2c40fd2a4173c0272daff0.tar.gz twinkle-055dfa3eab9e08f47c2c40fd2a4173c0272daff0.tar.lz twinkle-055dfa3eab9e08f47c2c40fd2a4173c0272daff0.tar.xz twinkle-055dfa3eab9e08f47c2c40fd2a4173c0272daff0.zip |
Fix overlap of two settings in syssettingsform.ui
The merging of 1e9f091 (#123) and f3d6f33 (#126) resulted in a
positional conflict in syssettingsform.ui.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/syssettingsform.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/syssettingsform.ui b/src/gui/syssettingsform.ui index 9cb084d..a0ae501 100644 --- a/src/gui/syssettingsform.ui +++ b/src/gui/syssettingsform.ui @@ -955,7 +955,7 @@ If before answering a call, the microphone or speaker appears to be invalid, a w </item> </layout> </item> - <item row="8" column="0"> + <item row="9" column="0"> <layout class="QHBoxLayout"> <item> <widget class="QLabel" name="browserTextLabel"> |