Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-desktop
Commits
5fe8c9f0
Commit
5fe8c9f0
authored
5 months ago
by
Gaëlle Braud
Browse files
Options
Download
Patches
Plain Diff
force set tab bar index to be able to return to the same tab as before parameters were open
parent
b853747c
master
build/windows_runner_ok
feature/AEC3
feature/dp
feature/loading_spinner
feature/oidc_client_secret
feature/redirect_uri
feature/test_integ_sdk
feature/translation
fix/LINQT-1362
fix/LINQT-1482
fix/SLS-8
fix/all
fix/auth_popup
fix/conference_index_as_objects
fix/config_login_page
fix/contact_list
fix/contact_speed
fix/disable_chat_feature
fix/jira_conseil_dep
fix/login_page_back_button
fix/qt6.8compil
fix/quit_conf_screensharing
fix/set_operator
fix/slow_ldap_loading
fix/ui
fix/ui_fixes
1 merge request
!1061
linqt-1250 + update sdk
Pipeline
#83735
passed with stages
in 13 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Linphone/view/Control/Container/VerticalTabBar.qml
+3
-0
Linphone/view/Control/Container/VerticalTabBar.qml
with
3 additions
and
0 deletions
Linphone/view/Control/Container/VerticalTabBar.qml
+
3
−
0
View file @
5fe8c9f0
...
...
@@ -141,6 +141,9 @@ Control.TabBar {
mainItem
.
implicitWidth
=
Math
.
max
(
mainItem
.
implicitWidth
,
advanceWidth
+
buttonIcon
.
buttonSize
)
}
}
onClicked
:
{
mainItem
.
setCurrentIndex
(
TabBar
.
index
)
}
background
:
Item
{
}
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets