Opened 13 years ago

Closed 12 years ago

#7906 closed bug (fixed)

[Drivesetup] The partition size slider on the create new partition window is always blue regardless of the cursor position

Reported by: oco Owned by: stippi
Priority: low Milestone: R1
Component: Applications/DriveSetup Version: R1/alpha3
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

The attached patch fill the slider in blue only from the left to the cursor position with UseFillColor method.

Attachments (2)

drivesetup_Support_cpp_r42520.diff (536 bytes ) - added by oco 13 years ago.
drivesetup_Support_cpp_r42615.diff (541 bytes ) - added by oco 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by hamish, 13 years ago

You might want to use something like ui_color(B_CONTROL_HIGHLIGHT_COLOR) to get the blue instead of hard-coding it.

comment:2 by oco, 13 years ago

Well, i have kept the previously used color in the first patch. But your remark make sense. So, here is the updated patch.

comment:3 by pulkomandy, 12 years ago

Applied in hrev43006. Thanks!

comment:4 by pulkomandy, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.