Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BP
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Štercl
BP
Commits
ce7ec658
Commit
ce7ec658
authored
7 years ago
by
Jakub Štercl
Browse files
Options
Downloads
Patches
Plain Diff
The printed widget should now center correctly
parent
80de9823
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Implementace/windows/distribution_overview.py
+1
-0
1 addition, 0 deletions
Implementace/windows/distribution_overview.py
Implementace/windows/qt/distributionoverview.ui
+3
-0
3 additions, 0 deletions
Implementace/windows/qt/distributionoverview.ui
with
4 additions
and
0 deletions
Implementace/windows/distribution_overview.py
+
1
−
0
View file @
ce7ec658
...
...
@@ -32,6 +32,7 @@ class Ui_Form(object):
self
.
horizontalLayout
=
QtWidgets
.
QHBoxLayout
()
self
.
horizontalLayout
.
setObjectName
(
"
horizontalLayout
"
)
self
.
scrollArea
=
QtWidgets
.
QScrollArea
(
Form
)
self
.
scrollArea
.
setAcceptDrops
(
True
)
self
.
scrollArea
.
setFrameShape
(
QtWidgets
.
QFrame
.
Box
)
self
.
scrollArea
.
setWidgetResizable
(
True
)
self
.
scrollArea
.
setObjectName
(
"
scrollArea
"
)
...
...
This diff is collapsed.
Click to expand it.
Implementace/windows/qt/distributionoverview.ui
+
3
−
0
View file @
ce7ec658
...
...
@@ -58,6 +58,9 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment