Opened 13 years ago
Closed 13 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)
Change History (6)
by , 13 years ago
Attachment: | drivesetup_Support_cpp_r42520.diff added |
---|
comment:1 by , 13 years ago
comment:2 by , 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.
by , 13 years ago
Attachment: | drivesetup_Support_cpp_r42615.diff added |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You might want to use something like ui_color(B_CONTROL_HIGHLIGHT_COLOR) to get the blue instead of hard-coding it.