diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-03-11 22:08:32 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-12 09:19:03 -0700 |
commit | e43e98686ceeb0bfd67ce5d6676f47b5a2a80aeb (patch) | |
tree | 9d17bdb98e1d6d88af691ab0134d89ebdc140fa9 /desktop-widgets/templateedit.ui | |
parent | bcad5ddd38c5184910844d718ca3bb4bae50c47d (diff) | |
download | subsurface-e43e98686ceeb0bfd67ce5d6676f47b5a2a80aeb.tar.gz |
templateedit.ui: give the layout for "Border width" unique name
Warning introduced in e8c918622fb:
desktop-widgets\templateedit.ui: Warning: The name 'horizontal
Layout_3' (QHBoxLayout) is already in use, defaulting to 'horizontalLayout_31'.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/templateedit.ui')
-rw-r--r-- | desktop-widgets/templateedit.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/templateedit.ui b/desktop-widgets/templateedit.ui index 616d13536..bfb60d47a 100644 --- a/desktop-widgets/templateedit.ui +++ b/desktop-widgets/templateedit.ui @@ -220,7 +220,7 @@ </layout> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_3"> + <layout class="QHBoxLayout" name="horizontalLayout_14"> <item> <widget class="QLabel" name="borderwidth_label"> <property name="text"> |