-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path-bar: Make toggled button visible on resizing #260
Comments
tsujan
added a commit
that referenced
this issue
Aug 25, 2018
Fixes #260 The reason is that the toggled path button shows the current path to the user. The code keeps track of the toggled button to find it quickly when needed. NOTE: Recompile pcmanfm-qt after this!
Closed
agaida
pushed a commit
that referenced
this issue
Aug 30, 2018
Fixes #260 The reason is that the toggled path button shows the current path to the user. The code keeps track of the toggled button to find it quickly when needed. NOTE: Recompile pcmanfm-qt after this!
nathan-osman
pushed a commit
to nathan-osman/libfm-qt
that referenced
this issue
Oct 17, 2018
* Update compton-conf_id.ts * Create libfm-qt_id.ts * Added liblxqt/liblxqt_id.ts * Added lximage-qt/lximage-qt_id.ts * Added lxqt-about/lxqt-about_id.ts * Added lxqt-admin/lxqt-admin-time/lxqt-admin-time_id.ts * Added lxqt-admin/lxqt-admin-user/lxqt-admin-user_id.ts * Added lxqt-config/liblxqt-config-cursor/lxqt-config-cursor_id.ts * Added lxqt-config/lxqt-config/lxqt-config_id.ts * Added lxqt-config/lxqt-config-appearance/lxqt-config-appearance_id.ts * Added lxqt-config/lxqt-config-brightness/lxqt-config-brightness_id.ts * Added lxqt-config/lxqt-config-file-associations/lxqt-config-file-associations_id.ts * Update lxqt-config/lxqt-config-input/lxqt-config-input_id.ts * Added lxqt-config/lxqt-config-locale/lxqt-config-locale_id.ts * Added lxqt-config/lxqt-config-monitor/lxqt-config-monitor_id.ts * Added lxqt-config-globalkeyshortcuts_id.ts * Added lxqt-config-notificationd_id.ts * Added lxqt-notificationd_id.ts * Added lxqt-openssh-askpass_id.ts * Added lxqt-panel_id.ts * Added clock_id.ts * Added cpuload_id.ts * Added desktopswitch_id.ts * Added directorymenu_id.ts * Added dom_id.ts * Added kbindicator_id.ts * Added mainmenu_id.ts * Added mount_id.ts * Added networkmonitor_id.ts * Added quicklaunch_id.ts * Added sensors_id.ts * Added showdesktop_id.ts * Added spacer_id.ts * Added sysstat_id.ts * Added taskbar_id.ts * Added volume_id.ts * Added worldclock_id.ts * Added lxqt-policykit-agent_id.ts * Added lxqt-config-powermanagement_id.ts * Added lxqt-powermanagement_id.ts * Added lxqt-runner_id.ts * Added lxqt-config-session_id.ts * Added lxqt-leave_id.ts * Added lxqt-session_id.ts * Added lxqt-sudo_id.ts * Remove all Indonesian translation files using "id_ID"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While implementing the split view, I encountered a behavior of libfm-qt's path-bar that was a little annoying when the splitter handle was moved: when the path-bar is resized, the toggled path button may become invisible and need manual scrolling to be shown.
Because the toggled path button shows the current path, which is an important info, it's better to make it visible automatically on resizing.
The text was updated successfully, but these errors were encountered: