Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
Calligra
Commits
9bb3f517
Commit
9bb3f517
authored
Dec 15, 2013
by
Halla Rempt
Browse files
BUG: 328789 Start the detached preset editor window at 100,100
That should move it out of the way of most desktop panels.
parent
7854e34d
Changes
1
Hide whitespace changes
Inline
Side-by-side
krita/ui/widgets/kis_paintop_presets_popup.cpp
View file @
9bb3f517
...
...
@@ -35,7 +35,6 @@
#include
<kglobalsettings.h>
#include
<klocale.h>
#include
<KoIcon.h>
#include
<kis_paintop_preset.h>
#include
<kis_paintop_settings_widget.h>
...
...
@@ -137,6 +136,7 @@ KisPaintOpPresetsPopup::KisPaintOpPresetsPopup(KisCanvasResourceProvider * resou
m_d
->
minimumSettingsWidgetSize
=
QSize
(
0
,
0
);
m_d
->
uiWdgPaintOpPresetSettings
.
presetWidget
->
setVisible
(
cfg
.
presetStripVisible
());
m_d
->
uiWdgPaintOpPresetSettings
.
scratchpadControls
->
setVisible
(
cfg
.
scratchpadVisible
());
m_d
->
detachedGeometry
=
QRect
(
100
,
100
,
0
,
0
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment